Skip to content

Commit 5895eaf

Browse files
committed
Add --with-pear to PHP-FPM and CLI Dockerfiles
1 parent 6d497cb commit 5895eaf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docker/php/cli/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ RUN ./configure \
9696
--with-openssl \
9797
--with-password-argon2 \
9898
--with-pcre-jit \
99+
--with-pear \
99100
--with-pgsql \
100101
--with-pdo-pgsql \
101102
--with-sodium=shared \

docker/php/fpm/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ RUN ./configure \
9292
--with-mhash \
9393
--with-openssl \
9494
--with-password-argon2 \
95+
--with-pear \
9596
--with-pgsql \
9697
--with-pdo-pgsql \
9798
--with-sodium=shared \

0 commit comments

Comments
 (0)