summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-07 11:41:13 +0100
committervan Hauser <vh@thc.org>2020-02-07 11:41:13 +0100
commit7f264629548d9a2fbbaea4fc2bbbeb453b29259a (patch)
treec4e5be33cbe056fa3f84924fb6a2ae8a8cb2ad14 /Dockerfile
parentf65f99bd073b4fe7f872c3119abcec249f6aee27 (diff)
downloadafl-dyninst-7f264629548d9a2fbbaea4fc2bbbeb453b29259a.tar.gz
more docker fixes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9feaeaf..76634d2 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 -y install \
+RUN apt-get update && apt-get -y upgrade && apt-get -y install \
         build-essential \
         gcc \
         g++ \