mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
remove useless bcc package in bcc-tools Dockerfile (#349)
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user