diff options
| author | van Hauser <vh@thc.org> | 2023-04-12 10:54:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 10:54:08 +0200 |
| commit | 4f2d9eeaaa6b702ef28eb883f9000321eaf1fe9b (patch) | |
| tree | 125cecc79c148552844723e95ddd246bf918d6fc /Dockerfile | |
| parent | 7101192865893e00b9029d0cb898a3ca3015d50b (diff) | |
| parent | 743ae507756db0707a213cd8272b219b0de0f514 (diff) | |
| download | afl++-4f2d9eeaaa6b702ef28eb883f9000321eaf1fe9b.tar.gz | |
Merge pull request #1700 from AFLplusplus/dev
push to stable
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 59ce8778..4e53de40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,8 @@ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 0 RUN wget -qO- https://sh.rustup.rs | CARGO_HOME=/etc/cargo sh -s -- -y -q --no-modify-path ENV PATH=$PATH:/etc/cargo/bin +RUN apt clean -y + ENV LLVM_CONFIG=llvm-config-${LLVM_VERSION} ENV AFL_SKIP_CPUFREQ=1 ENV AFL_TRY_AFFINITY=1 @@ -92,4 +94,4 @@ RUN sed -i.bak 's/^ -/ /g' GNUmakefile && \ RUN echo "set encoding=utf-8" > /root/.vimrc && \ echo ". /etc/bash_completion" >> ~/.bashrc && \ echo 'alias joe="joe --wordwrap --joe_state -nobackup"' >> ~/.bashrc && \ - echo "export PS1='"'[afl++ \h] \w$(__git_ps1) \$ '"'" >> ~/.bashrc + echo "export PS1='"'[afl++ \h] \w \$ '"'" >> ~/.bashrc |
