Skip to content

Commit 87a95b7

Browse files
committed
Add PCRE lib to PHPIZE_DEPS
1 parent aba1a25 commit 87a95b7

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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkgconf \
19+
pcre-dev \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
2122
ca-certificates \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkgconf \
19+
pcre-dev \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
2122
ca-certificates \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkgconf \
19+
pcre-dev \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
2122
ca-certificates \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkgconf \
19+
pcre-dev \
1920
re2c
2021
RUN apk add --no-cache --virtual .persistent-deps \
2122
ca-certificates \
@@ -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
@@ -16,6 +16,7 @@ ENV PHPIZE_DEPS \
1616
libc-dev \
1717
make \
1818
pkg-config \
19+
libpcre3-dev \
1920
re2c
2021
RUN apt-get update && apt-get install -y \
2122
$PHPIZE_DEPS \
@@ -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)