mirror of
https://github.com/danog/php.git
synced 2024-12-11 16:49:55 +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 \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -59,7 +61,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -59,7 +61,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -59,7 +61,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
openssl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
libressl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -59,7 +61,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
libressl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
libressl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
libressl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -22,7 +22,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
libressl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -60,7 +62,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
libressl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
@ -16,7 +16,9 @@ RUN apk add --no-cache --virtual .persistent-deps \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
xz \
|
||||||
|
# https://github.com/docker-library/php/issues/494
|
||||||
|
libressl
|
||||||
|
|
||||||
# ensure www-data user exists
|
# ensure www-data user exists
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@ -53,7 +55,6 @@ RUN set -xe; \
|
|||||||
\
|
\
|
||||||
apk add --no-cache --virtual .fetch-deps \
|
apk add --no-cache --virtual .fetch-deps \
|
||||||
gnupg \
|
gnupg \
|
||||||
libressl \
|
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
mkdir -p /usr/src; \
|
mkdir -p /usr/src; \
|
||||||
|
Loading…
Reference in New Issue
Block a user