about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-07 09:52:04 +0100
committervan Hauser <vh@thc.org>2020-02-07 09:52:04 +0100
commitf65f99bd073b4fe7f872c3119abcec249f6aee27 (patch)
treec058ec7baa540f58851b33a0af150220b71602af
parentb5fe6c153c7af410c2da8afec1b7b319dc7ce965 (diff)
downloadafl-dyninst-f65f99bd073b4fe7f872c3119abcec249f6aee27.tar.gz
docker fix
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 960c083..9feaeaf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM kalilinux/kali-rolling AS afl-dyninst
 MAINTAINER vh@thc.org
 
 ARG DEBIAN_FRONTEND=noninteractive
-RUN apt-get update && apt-get upgrade && apt-get install -y \
+RUN apt-get update && apt-get upgrade && apt-get -y install \
         build-essential \
         gcc \
         g++ \