File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN curl --location --silent --show-error --fail https://www.php.net/get/php-${V
125125# --enable-option-checking=fatal: make sure invalid --configure-flags are fatal errors instead of just warnings
126126# --enable-ftp: because ftp_ssl_connect() needs ftp to be compiled statically (see https://github.com/docker-library/php/issues/236)
127127# --enable-mbstring: because otherwise there's no way to get pecl to use it properly (see https://github.com/docker-library/php/issues/195)
128- # --with-zlib and --with-zlib-dir : See https://stackoverflow.com/a/42978649/245552
128+ # --with-zlib: See https://stackoverflow.com/a/42978649/245552
129129ARG PHP_COMPILATION_FLAGS
130130RUN ./buildconf --force
131131RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I/usr/include -ffunction-sections -fdata-sections" \
@@ -145,7 +145,6 @@ RUN CFLAGS="-fstack-protector-strong -fpic -fpie -Os -I${INSTALL_DIR}/include -I
145145 --with-readline \
146146 --with-openssl \
147147 --with-zlib \
148- --with-zlib-dir \
149148 --with-curl \
150149 --enable-exif \
151150 --enable-ftp \
You can’t perform that action at this time.
0 commit comments