remove useless bcc package in bcc-tools Dockerfile (#349)

This commit is contained in:
smaftoul 2018-03-07 17:09:20 +01:00 committed by Jess Frazelle
parent 2d30b397d7
commit 5a17f16da1

View File

@ -24,7 +24,6 @@ RUN echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly m
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
binutils \ binutils \
bcc \
bcc-tools \ bcc-tools \
libbcc-examples \ libbcc-examples \
python-bcc \ python-bcc \