Update Dockerfile

This commit is contained in:
Wonderfall 2017-09-18 17:28:44 +02:00 committed by GitHub
parent fed0136973
commit f0a97ae362

View File

@ -44,6 +44,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
jemalloc \ jemalloc \
su-exec \ su-exec \
s6 \ s6 \
jq \
libressl \ libressl \
bind-tools \ bind-tools \
@ -107,7 +108,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
--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 -m64 -march=native -mtune=native -O3 -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2' \ --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 -m64 -march=native -mtune=native -O3 -fPIE -fstack-protector-strong -D_FORTIFY_SOURCE=2' \
--with-openssl=/tmp/openssl-${OPENSSL_VERSION} \ --with-openssl=/tmp/openssl-${OPENSSL_VERSION} \
--http-log-path=/nginx/log/nginx_access.log \ --http-log-path=/nginx/log/nginx_access.log \
--error-log-path=/nginx/log/nginx/nginx_error.log \ --error-log-path=/nginx/log/nginx_error.log \
--pid-path=/nginx/run/nginx.pid \ --pid-path=/nginx/run/nginx.pid \
--lock-path=/nginx/run/nginx.lock \ --lock-path=/nginx/run/nginx.lock \
--user=reverse --group=reverse \ --user=reverse --group=reverse \