Skip to content

Commit fba839b

Browse files
authored
Merge pull request #433 from krlv/pcre_fix
Add pcre-dev library to PHPize dependency list
2 parents aba1a25 + 76a1c5c commit fba839b

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -89,7 +90,6 @@ RUN set -xe \
8990
$PHP_EXTRA_BUILD_DEPS \
9091
libcurl4-openssl-dev \
9192
libedit-dev \
92-
libpcre3-dev \
9393
libsqlite3-dev \
9494
libssl-dev \
9595
libxml2-dev \

5.6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENV PHPIZE_DEPS \
1515
gcc \
1616
libc-dev \
1717
make \
18+
pcre-dev \
1819
pkgconf \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
@@ -95,7 +96,6 @@ RUN set -xe \
9596
libedit-dev \
9697
libxml2-dev \
9798
openssl-dev \
98-
pcre-dev \
9999
sqlite-dev \
100100
\
101101
&& export CFLAGS="$PHP_CFLAGS" \

5.6/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -148,7 +149,6 @@ RUN set -xe \
148149
$PHP_EXTRA_BUILD_DEPS \
149150
libcurl4-openssl-dev \
150151
libedit-dev \
151-
libpcre3-dev \
152152
libsqlite3-dev \
153153
libssl-dev \
154154
libxml2-dev \

5.6/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -90,7 +91,6 @@ RUN set -xe \
9091
$PHP_EXTRA_BUILD_DEPS \
9192
libcurl4-openssl-dev \
9293
libedit-dev \
93-
libpcre3-dev \
9494
libsqlite3-dev \
9595
libssl-dev \
9696
libxml2-dev \

5.6/fpm/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENV PHPIZE_DEPS \
1515
gcc \
1616
libc-dev \
1717
make \
18+
pcre-dev \
1819
pkgconf \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
@@ -96,7 +97,6 @@ RUN set -xe \
9697
libedit-dev \
9798
libxml2-dev \
9899
openssl-dev \
99-
pcre-dev \
100100
sqlite-dev \
101101
\
102102
&& export CFLAGS="$PHP_CFLAGS" \

5.6/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -90,7 +91,6 @@ RUN set -xe \
9091
$PHP_EXTRA_BUILD_DEPS \
9192
libcurl4-openssl-dev \
9293
libedit-dev \
93-
libpcre3-dev \
9494
libsqlite3-dev \
9595
libssl-dev \
9696
libxml2-dev \

5.6/zts/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENV PHPIZE_DEPS \
1515
gcc \
1616
libc-dev \
1717
make \
18+
pcre-dev \
1819
pkgconf \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
@@ -96,7 +97,6 @@ RUN set -xe \
9697
libedit-dev \
9798
libxml2-dev \
9899
openssl-dev \
99-
pcre-dev \
100100
sqlite-dev \
101101
\
102102
&& export CFLAGS="$PHP_CFLAGS" \

7.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -89,7 +90,6 @@ RUN set -xe \
8990
$PHP_EXTRA_BUILD_DEPS \
9091
libcurl4-openssl-dev \
9192
libedit-dev \
92-
libpcre3-dev \
9393
libsqlite3-dev \
9494
libssl-dev \
9595
libxml2-dev \

7.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENV PHPIZE_DEPS \
1515
gcc \
1616
libc-dev \
1717
make \
18+
pcre-dev \
1819
pkgconf \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
@@ -95,7 +96,6 @@ RUN set -xe \
9596
libedit-dev \
9697
libxml2-dev \
9798
openssl-dev \
98-
pcre-dev \
9999
sqlite-dev \
100100
\
101101
&& export CFLAGS="$PHP_CFLAGS" \

7.0/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
1414
g++ \
1515
gcc \
1616
libc-dev \
17+
libpcre3-dev \
1718
make \
1819
pkg-config \
1920
re2c
@@ -148,7 +149,6 @@ RUN set -xe \
148149
$PHP_EXTRA_BUILD_DEPS \
149150
libcurl4-openssl-dev \
150151
libedit-dev \
151-
libpcre3-dev \
152152
libsqlite3-dev \
153153
libssl-dev \
154154
libxml2-dev \

0 commit comments

Comments
 (0)