mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 23:42:41 +01:00
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build libbcc
|
||||
ENV BCC_VERSION v0.11.0
|
||||
ENV BCC_VERSION v0.14.0
|
||||
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
|
||||
&& ( \
|
||||
cd /usr/src/bcc \
|
||||
|
||||
Reference in New Issue
Block a user