aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-31 09:24:04 +0100
committervanhauser-thc <vh@thc.org>2022-01-31 09:24:04 +0100
commit60e126c615a892b329d494ddcc5b84a8e560ca4b (patch)
tree50d3844ca91e9d1f8c3361a12c25a8675070788d /Dockerfile
parentdd9003e59b87b00c8e1ea62612c88599b7eaa14c (diff)
downloadAFLplusplus-60e126c615a892b329d494ddcc5b84a8e560ca4b.tar.gz
mention arm64 docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 53189657..522e801a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,6 @@
#
# This Dockerfile for AFLplusplus uses Ubuntu 20.04 focal and
# installs LLVM 11 from llvm.org for afl-clang-lto support :-)
-# It also installs gcc/g++ 10 from the Ubuntu development platform
-# since focal has gcc-10 but not g++-10 ...
#
FROM ubuntu:20.04 AS aflplusplus
@@ -77,6 +75,6 @@ RUN echo 'alias joe="joe --wordwrap --joe_state -nobackup"' >> ~/.bashrc
RUN echo "export PS1='"'[afl++ \h] \w$(__git_ps1) \$ '"'" >> ~/.bashrc
ENV IS_DOCKER="1"
-# Disabled until we have the container ready
+# Disabled as there are now better alternatives
#COPY --from=aflplusplus/afl-dyninst /usr/local/lib/libdyninstAPI_RT.so /usr/local/lib/libdyninstAPI_RT.so
#COPY --from=aflplusplus/afl-dyninst /afl-dyninst/libAflDyninst.so /usr/local/lib/libAflDyninst.so