Skip to content

Commit

Permalink
remove openssl opts
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 23, 2023
1 parent a465082 commit f594242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
--without-poll_module \
--without-select_module \
--with-openssl="/src/openssl" \
--with-openssl-opt="no-ssl3 no-ssl3-method no-weak-ssl-ciphers" \
# --with-openssl-opt="no-ssl3 no-ssl3-method no-weak-ssl-ciphers" \
--with-mail \
--with-mail_ssl_module \
--with-stream \
Expand Down

0 comments on commit f594242

Please sign in to comment.