mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
remove useless bcc package in bcc-tools Dockerfile (#349)
This commit is contained in:
parent
2d30b397d7
commit
5a17f16da1
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user