mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
use openssl for nginx-php (alpine 3.9)
This commit is contained in:
@ -101,7 +101,7 @@ ARG CUSTOM_BUILD_PKGS=" \
|
|||||||
libxpm-dev \
|
libxpm-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libbz2 \
|
libbz2 \
|
||||||
sqlite-dev \
|
sqlite-dev \
|
||||||
imap-dev"
|
imap-dev"
|
||||||
@ -142,7 +142,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
|
|||||||
curl \
|
curl \
|
||||||
libedit \
|
libedit \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libressl \
|
openssl \
|
||||||
libwebp \
|
libwebp \
|
||||||
gd \
|
gd \
|
||||||
pcre \
|
pcre \
|
||||||
|
@ -101,7 +101,7 @@ ARG CUSTOM_BUILD_PKGS=" \
|
|||||||
libxpm-dev \
|
libxpm-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libbz2 \
|
libbz2 \
|
||||||
sqlite-dev \
|
sqlite-dev \
|
||||||
imap-dev"
|
imap-dev"
|
||||||
@ -143,7 +143,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
|
|||||||
curl \
|
curl \
|
||||||
libedit \
|
libedit \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libressl \
|
openssl \
|
||||||
libwebp \
|
libwebp \
|
||||||
libzip \
|
libzip \
|
||||||
gd \
|
gd \
|
||||||
|
Reference in New Issue
Block a user