Merge pull request #502 from infosiftr/libressl

Add "libressl" persistently for "openssl_pkey_new"
This commit is contained in:
yosifkit 2017-09-26 13:00:31 -07:00 committed by GitHub
commit 06809b87b5
13 changed files with 39 additions and 26 deletions

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -59,7 +61,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -59,7 +61,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -59,7 +61,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
openssl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
openssl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
libressl
# ensure www-data user exists
RUN set -x \
@ -59,7 +61,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
libressl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
libressl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
libressl \
; \
\
mkdir -p /usr/src; \

View File

@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
libressl
# ensure www-data user exists
RUN set -x \
@ -60,7 +62,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
libressl \
; \
\
mkdir -p /usr/src; \

View File

@ -16,7 +16,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \
tar \
xz
xz \
# https://github.com/docker-library/php/issues/494
libressl
# ensure www-data user exists
RUN set -x \
@ -53,7 +55,6 @@ RUN set -xe; \
\
apk add --no-cache --virtual .fetch-deps \
gnupg \
libressl \
; \
\
mkdir -p /usr/src; \