Skip to content

Commit 58fbb6e

Browse files
committed
Swap "openssl" for "libressl" to account for the change in Alpine 3.5
1 parent 8314ebc commit 58fbb6e

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

5.6/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

5.6/fpm/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

5.6/zts/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.0/fpm/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/zts/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.1/fpm/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/zts/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

Dockerfile-alpine.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -xe; \
5151
\
5252
apk add --no-cache --virtual .fetch-deps \
5353
gnupg \
54-
openssl \
54+
libressl \
5555
; \
5656
\
5757
mkdir -p /usr/src; \
@@ -85,8 +85,8 @@ RUN set -xe \
8585
$PHPIZE_DEPS \
8686
curl-dev \
8787
libedit-dev \
88+
libressl-dev \
8889
libxml2-dev \
89-
openssl-dev \
9090
sqlite-dev \
9191
\
9292
&& export CFLAGS="$PHP_CFLAGS" \

0 commit comments

Comments
 (0)