aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-07 09:52:30 +0100
committervan Hauser <vh@thc.org>2020-02-07 09:52:30 +0100
commit369b6d2f670a7cb8a268855810006d92590b1528 (patch)
treed79fce6be8dc5b1955d4938266f3b4666242de4e /Dockerfile
parent0d8f70423ac97c521d6c2c070d65e802825b8679 (diff)
downloadAFLplusplus-369b6d2f670a7cb8a268855810006d92590b1528.tar.gz
docker fix
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 \