From f59424252c845604d86216750699991e96ecf3bf Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 23 Oct 2023 22:18:32 +0200 Subject: [PATCH] remove openssl opts Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dddd39..1cd6561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \