From 89c9e4f9b135b6439744df52bd2c21902ae80260 Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 1 Feb 2019 09:39:58 +0100 Subject: [PATCH] use openssl for nginx-php (alpine 3.9) --- nginx-php/Dockerfile.7.2 | 4 ++-- nginx-php/Dockerfile.7.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index 3999506..cf08877 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -101,7 +101,7 @@ ARG CUSTOM_BUILD_PKGS=" \ libxpm-dev \ libedit-dev \ libxml2-dev \ - libressl-dev \ + openssl-dev \ libbz2 \ sqlite-dev \ imap-dev" @@ -142,7 +142,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \ curl \ libedit \ libxml2 \ - libressl \ + openssl \ libwebp \ gd \ pcre \ diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 651ba65..a767aad 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -101,7 +101,7 @@ ARG CUSTOM_BUILD_PKGS=" \ libxpm-dev \ libedit-dev \ libxml2-dev \ - libressl-dev \ + openssl-dev \ libbz2 \ sqlite-dev \ imap-dev" @@ -143,7 +143,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \ curl \ libedit \ libxml2 \ - libressl \ + openssl \ libwebp \ libzip \ gd \