mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-05-14 08:07:47 +00:00
use openssl for nginx-php (alpine 3.9)
This commit is contained in:
parent
7e0b8588c4
commit
89c9e4f9b1
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user