diff --git a/bcc-tools/Dockerfile b/bcc-tools/Dockerfile index e2488c4..9a7a107 100644 --- a/bcc-tools/Dockerfile +++ b/bcc-tools/Dockerfile @@ -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 \