mirror of
https://github.com/danog/php.git
synced 2024-12-03 09:57:57 +01:00
Merge pull request #502 from infosiftr/libressl
Add "libressl" persistently for "openssl_pkey_new"
This commit is contained in:
commit
06809b87b5
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user