diff options
| author | van Hauser <vh@thc.org> | 2022-02-10 12:12:02 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 12:12:02 +0100 | 
| commit | 1d4f1e48797c064ee71441ba555b29fc3f467983 (patch) | |
| tree | 66124b018da5451bd5eb578c460bd27e0614e52e /Dockerfile | |
| parent | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (diff) | |
| parent | de7058b75b629011246be12b4ae7df1e504925b1 (diff) | |
| download | afl++-1d4f1e48797c064ee71441ba555b29fc3f467983.tar.gz | |
Merge pull request #1326 from AFLplusplus/dev
push to stable
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 | 
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  | 
