aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-26 19:06:30 +0100
committervanhauser-thc <vh@thc.org>2021-03-26 19:06:30 +0100
commiteac254ae5756969d6c85c81ad797e8ba4efdd52e (patch)
treec550f165af7e43d67b23db805a2496085314a695 /Dockerfile
parent236a67621b82e3f8b809cb4e51975e466c2147d0 (diff)
downloadAFLplusplus-eac254ae5756969d6c85c81ad797e8ba4efdd52e.tar.gz
-m32 support for docker container
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1cb00d5d..8f89b9aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,7 @@ RUN echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal main
RUN apt-get update && apt-get full-upgrade -y && \
apt-get -y install --no-install-suggests --no-install-recommends \
- gcc-10 g++-10 gcc-10-plugin-dev gcc-10-multilib gdb lcov \
+ gcc-10 g++-10 gcc-10-plugin-dev gcc-10-multilib gcc-multilib gdb lcov \
clang-12 clang-tools-12 libc++1-12 libc++-12-dev \
libc++abi1-12 libc++abi-12-dev libclang1-12 libclang-12-dev \
libclang-common-12-dev libclang-cpp12 libclang-cpp12-dev liblld-12 \