aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-09 08:38:33 +0100
committervanhauser-thc <vh@thc.org>2021-02-09 08:38:33 +0100
commit2cd462477981648b5e22749e66369ff99114a813 (patch)
tree51b9a8f8e0393988fe4c13fbda77965b2aa887ca /Dockerfile
parente11665564b750c1b42e1ab2edf4877d3cb833455 (diff)
downloadAFLplusplus-2cd462477981648b5e22749e66369ff99114a813.tar.gz
build docker without march=native
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index dec952af..d2a5ca55 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,8 @@ LABEL "about"="AFLplusplus docker image"
ARG DEBIAN_FRONTEND=noninteractive
+env NO_ARCH_OPT 1
+
RUN apt-get update && \
apt-get -y install --no-install-suggests --no-install-recommends \
automake \