about summary refs log tree commit diff
diff options
context:
space:
mode:
authormurx- <till@fam-os.org>2020-03-18 11:25:05 +0100
committermurx- <till@fam-os.org>2020-03-18 11:25:05 +0100
commit4e2bd50ecbf6e2aed6caacf5f39bdf41f235b037 (patch)
tree102ad42d5d2345af734e9a6c06ab37fd94d320dc
parent215cbfc5b4c98afccc3150c24a3a465a23be5840 (diff)
downloadafl-dyninst-4e2bd50ecbf6e2aed6caacf5f39bdf41f235b037.tar.gz
dyninst buildfile cannot be deleted in dockerfile
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d230fab..ad20dfa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,6 @@ RUN git clone https://github.com/dyninst/dyninst \
         && cmake .. \
         && make \
         && make install \
-        && cd .. ; rm -rf build ; cd ..
 
 RUN git clone https://github.com/vanhauser-thc/AFLplusplus \
         && cd AFLplusplus \