From 8ff3980b50ab2b6c66aa7e36a4ecfc96fdb1fc6b Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 20 Sep 2017 19:46:24 +0200 Subject: [PATCH] Update Dockerfile --- reverse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse/Dockerfile b/reverse/Dockerfile index 3d8d25b..5aad694 100644 --- a/reverse/Dockerfile +++ b/reverse/Dockerfile @@ -108,7 +108,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \ && ./configure \ --prefix=/nginx \ --sbin-path=/usr/local/sbin/nginx \ - --with-cc-opt="-O3 -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -Wno-deprecated-declarations -Wno-error=strict-aliasing" \ + --with-cc-opt="-O3 -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -Wno-deprecated-declarations" \ --with-ld-opt="-lrt -ljemalloc -Wl,-Bsymbolic-functions -Wl,-z,relro" \ --with-openssl-opt='no-async enable-ec_nistp_64_gcc_128 no-shared no-ssl2 no-ssl3 no-comp no-idea no-weak-ssl-ciphers -DOPENSSL_NO_HEARTBEATS -O3 -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2' \ --with-openssl=/tmp/openssl-${OPENSSL_VERSION} \