diff options
author | van Hauser <vh@thc.org> | 2020-02-07 11:41:13 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-07 11:41:13 +0100 |
commit | 7f264629548d9a2fbbaea4fc2bbbeb453b29259a (patch) | |
tree | c4e5be33cbe056fa3f84924fb6a2ae8a8cb2ad14 /Dockerfile | |
parent | f65f99bd073b4fe7f872c3119abcec249f6aee27 (diff) | |
download | afl-dyninst-7f264629548d9a2fbbaea4fc2bbbeb453b29259a.tar.gz |
more docker fixes
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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++ \ |