From a4d27c420972a06f3e065042073b21df8585f639 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 17 Sep 2018 15:42:01 -0400 Subject: [PATCH] cleanup bcc Signed-off-by: Jess Frazelle --- bcc-tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \