summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authormurx- <till@fam-os.org>2020-03-18 13:43:14 +0100
committermurx- <till@fam-os.org>2020-03-18 13:43:14 +0100
commitc6f08c9842095301b330168cb8824d1e1d00fda5 (patch)
tree288d8e6dfb852e12ba044b570c6e7ae9781c06bb /Dockerfile
parent4e2bd50ecbf6e2aed6caacf5f39bdf41f235b037 (diff)
downloadafl-dyninst-c6f08c9842095301b330168cb8824d1e1d00fda5.tar.gz
Remove trailing backslash
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ad20dfa..b9b89d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN git clone https://github.com/dyninst/dyninst \
         && cd dyninst && mkdir build && cd build \
         && cmake .. \
         && make \
-        && make install \
+        && make install
 
 RUN git clone https://github.com/vanhauser-thc/AFLplusplus \
         && cd AFLplusplus \