about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:01:17 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:01:17 +0100
commitfd8fe4dd088464230df2dc456c5a9fbf905c907f (patch)
treeb6f795fa450eae27512ef9e6d7d3d54a0db72278 /Dockerfile
parent1e10e452aaa366c3d06e7eda9f56f127fbf25319 (diff)
parent7734a9229e5470a2c1c2f67702d4c299cd7a6264 (diff)
downloadafl++-fd8fe4dd088464230df2dc456c5a9fbf905c907f.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7bb60610..396954ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu:eoan
 MAINTAINER David Carlier <devnexen@gmail.com>
 LABEL "about"="AFLplusplus docker image"
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && apt-get -y install \
     --no-install-suggests --no-install-recommends \
     automake \
     bison \