diff options
author | van Hauser <vh@thc.org> | 2020-02-07 09:52:04 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-07 09:52:04 +0100 |
commit | f65f99bd073b4fe7f872c3119abcec249f6aee27 (patch) | |
tree | c058ec7baa540f58851b33a0af150220b71602af /Dockerfile | |
parent | b5fe6c153c7af410c2da8afec1b7b319dc7ce965 (diff) | |
download | afl-dyninst-f65f99bd073b4fe7f872c3119abcec249f6aee27.tar.gz |
docker fix
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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++ \ |