We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--with-pear
1 parent 6d497cb commit 5895eafCopy full SHA for 5895eaf
2 files changed
docker/php/cli/base/Dockerfile
@@ -96,6 +96,7 @@ RUN ./configure \
96
--with-openssl \
97
--with-password-argon2 \
98
--with-pcre-jit \
99
+ --with-pear \
100
--with-pgsql \
101
--with-pdo-pgsql \
102
--with-sodium=shared \
docker/php/fpm/base/Dockerfile
@@ -92,6 +92,7 @@ RUN ./configure \
92
--with-mhash \
93
94
95
0 commit comments