File tree 10 files changed +30
-30
lines changed
10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
57
57
\
58
58
apk add --no-cache --virtual .fetch-deps \
59
59
gnupg \
60
- libressl \
60
+ openssl \
61
61
; \
62
62
\
63
63
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
91
91
$PHPIZE_DEPS \
92
92
curl-dev \
93
93
libedit-dev \
94
- libressl-dev \
95
94
libxml2-dev \
95
+ openssl-dev \
96
96
sqlite-dev \
97
97
\
98
98
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
57
57
\
58
58
apk add --no-cache --virtual .fetch-deps \
59
59
gnupg \
60
- libressl \
60
+ openssl \
61
61
; \
62
62
\
63
63
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
91
91
$PHPIZE_DEPS \
92
92
curl-dev \
93
93
libedit-dev \
94
- libressl-dev \
95
94
libxml2-dev \
95
+ openssl-dev \
96
96
sqlite-dev \
97
97
\
98
98
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
57
57
\
58
58
apk add --no-cache --virtual .fetch-deps \
59
59
gnupg \
60
- libressl \
60
+ openssl \
61
61
; \
62
62
\
63
63
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
91
91
$PHPIZE_DEPS \
92
92
curl-dev \
93
93
libedit-dev \
94
- libressl-dev \
95
94
libxml2-dev \
95
+ openssl-dev \
96
96
sqlite-dev \
97
97
\
98
98
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
6
7
- FROM alpine:3.5
7
+ FROM alpine:3.4
8
8
9
9
# persistent / runtime deps
10
10
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
58
58
\
59
59
apk add --no-cache --virtual .fetch-deps \
60
60
gnupg \
61
- libressl \
61
+ openssl \
62
62
; \
63
63
\
64
64
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
92
92
$PHPIZE_DEPS \
93
93
curl-dev \
94
94
libedit-dev \
95
- libressl-dev \
96
95
libxml2-dev \
96
+ openssl-dev \
97
97
sqlite-dev \
98
98
\
99
99
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change 1
- FROM alpine:3.5
1
+ FROM alpine:3.4
2
2
3
3
# persistent / runtime deps
4
4
ENV PHPIZE_DEPS \
@@ -51,7 +51,7 @@ RUN set -xe; \
51
51
\
52
52
apk add --no-cache --virtual .fetch-deps \
53
53
gnupg \
54
- libressl \
54
+ openssl \
55
55
; \
56
56
\
57
57
mkdir -p /usr/src; \
@@ -85,8 +85,8 @@ RUN set -xe \
85
85
$PHPIZE_DEPS \
86
86
curl-dev \
87
87
libedit-dev \
88
- libressl-dev \
89
88
libxml2-dev \
89
+ openssl-dev \
90
90
sqlite-dev \
91
91
\
92
92
&& export CFLAGS="$PHP_CFLAGS" \
You can’t perform that action at this time.
0 commit comments