1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-13 23:57:49 +00:00

use openssl for nginx-php (alpine 3.9)

This commit is contained in:
hoellen 2019-02-01 09:39:58 +01:00
parent 7e0b8588c4
commit 89c9e4f9b1
2 changed files with 4 additions and 4 deletions

@ -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 \

@ -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 \