mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup bcc
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
5c3a667ddd
commit
a4d27c4209
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user