File tree Expand file tree Collapse file tree 23 files changed +23
-23
lines changed Expand file tree Collapse file tree 23 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -89,7 +90,6 @@ RUN set -xe \
89
90
$PHP_EXTRA_BUILD_DEPS \
90
91
libcurl4-openssl-dev \
91
92
libedit-dev \
92
- libpcre3-dev \
93
93
libsqlite3-dev \
94
94
libssl-dev \
95
95
libxml2-dev \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkgconf \
19
+ pcre-dev \
19
20
re2c
20
21
RUN apk add --no-cache --virtual .persistent-deps \
21
22
ca-certificates \
@@ -95,7 +96,6 @@ RUN set -xe \
95
96
libedit-dev \
96
97
libxml2-dev \
97
98
openssl-dev \
98
- pcre-dev \
99
99
sqlite-dev \
100
100
\
101
101
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -148,7 +149,6 @@ RUN set -xe \
148
149
$PHP_EXTRA_BUILD_DEPS \
149
150
libcurl4-openssl-dev \
150
151
libedit-dev \
151
- libpcre3-dev \
152
152
libsqlite3-dev \
153
153
libssl-dev \
154
154
libxml2-dev \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -90,7 +91,6 @@ RUN set -xe \
90
91
$PHP_EXTRA_BUILD_DEPS \
91
92
libcurl4-openssl-dev \
92
93
libedit-dev \
93
- libpcre3-dev \
94
94
libsqlite3-dev \
95
95
libssl-dev \
96
96
libxml2-dev \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkgconf \
19
+ pcre-dev \
19
20
re2c
20
21
RUN apk add --no-cache --virtual .persistent-deps \
21
22
ca-certificates \
@@ -96,7 +97,6 @@ RUN set -xe \
96
97
libedit-dev \
97
98
libxml2-dev \
98
99
openssl-dev \
99
- pcre-dev \
100
100
sqlite-dev \
101
101
\
102
102
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -90,7 +91,6 @@ RUN set -xe \
90
91
$PHP_EXTRA_BUILD_DEPS \
91
92
libcurl4-openssl-dev \
92
93
libedit-dev \
93
- libpcre3-dev \
94
94
libsqlite3-dev \
95
95
libssl-dev \
96
96
libxml2-dev \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkgconf \
19
+ pcre-dev \
19
20
re2c
20
21
RUN apk add --no-cache --virtual .persistent-deps \
21
22
ca-certificates \
@@ -96,7 +97,6 @@ RUN set -xe \
96
97
libedit-dev \
97
98
libxml2-dev \
98
99
openssl-dev \
99
- pcre-dev \
100
100
sqlite-dev \
101
101
\
102
102
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -89,7 +90,6 @@ RUN set -xe \
89
90
$PHP_EXTRA_BUILD_DEPS \
90
91
libcurl4-openssl-dev \
91
92
libedit-dev \
92
- libpcre3-dev \
93
93
libsqlite3-dev \
94
94
libssl-dev \
95
95
libxml2-dev \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkgconf \
19
+ pcre-dev \
19
20
re2c
20
21
RUN apk add --no-cache --virtual .persistent-deps \
21
22
ca-certificates \
@@ -95,7 +96,6 @@ RUN set -xe \
95
96
libedit-dev \
96
97
libxml2-dev \
97
98
openssl-dev \
98
- pcre-dev \
99
99
sqlite-dev \
100
100
\
101
101
&& export CFLAGS="$PHP_CFLAGS" \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
16
16
libc-dev \
17
17
make \
18
18
pkg-config \
19
+ libpcre3-dev \
19
20
re2c
20
21
RUN apt-get update && apt-get install -y \
21
22
$PHPIZE_DEPS \
@@ -148,7 +149,6 @@ RUN set -xe \
148
149
$PHP_EXTRA_BUILD_DEPS \
149
150
libcurl4-openssl-dev \
150
151
libedit-dev \
151
- libpcre3-dev \
152
152
libsqlite3-dev \
153
153
libssl-dev \
154
154
libxml2-dev \
You can’t perform that action at this time.
0 commit comments