about summary refs log tree commit diff
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
parent0d8f70423ac97c521d6c2c070d65e802825b8679 (diff)
downloadafl++-369b6d2f670a7cb8a268855810006d92590b1528.tar.gz
docker fix
-rw-r--r--Dockerfile2
-rw-r--r--TODO1
2 files changed, 2 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 \
diff --git a/TODO b/TODO
index e935eafa..d153f1b4 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,7 @@ Makefile:
 
 afl-fuzz:
  - sync_fuzzers(): only masters sync from all, slaves only sync from master
+ - ascii_only mode
 
 gcc_plugin:
  - laf-intel