about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-28 17:23:07 +0200
committervanhauser-thc <vh@thc.org>2023-03-28 17:23:07 +0200
commit214e24fff0e44704007e71dee8384f6382770381 (patch)
tree6c887c82fae76df10847295a0d10350e489fac42
parent01236f47bcdf87e9c59d06f1ca3727711b5251b7 (diff)
downloadafl++-214e24fff0e44704007e71dee8384f6382770381.tar.gz
fix arm64 build
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 010d629b..4e53de40 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -59,9 +59,6 @@ RUN apt-get update && \
     # gcc-multilib is only used for -m32 support on x86
     # libcapstone-dev is used for coresight_mode on arm64
 
-RUN apt-get install -y --no-install-recommends \
-    wget software-properties-common gnupg
-
 RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 0 && \
     update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 0 && \
     update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${LLVM_VERSION} 0 && \