cleanup bcc

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-17 15:42:01 -04:00
parent 5c3a667ddd
commit a4d27c4209
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -54,8 +54,8 @@ RUN apt-get update && apt-get install -y \
# Build libbcc # Build libbcc
ENV BCC_VERSION v0.7.0 ENV BCC_VERSION v0.7.0
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
RUN ( \ && ( \
cd /usr/src/bcc \ cd /usr/src/bcc \
&& mkdir build \ && mkdir build \
&& cd build \ && cd build \