mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -54,8 +54,8 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# Build libbcc
|
||||
ENV BCC_VERSION v0.7.0
|
||||
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc
|
||||
RUN ( \
|
||||
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
|
||||
&& ( \
|
||||
cd /usr/src/bcc \
|
||||
&& mkdir build \
|
||||
&& cd build \
|
||||
|
||||
Reference in New Issue
Block a user