Skip to content

Commit 6168124

Browse files
committed
Fix the 8.4 build
1 parent 8548b7f commit 6168124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

php-84/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
129129
ARG PHP_COMPILATION_FLAGS
130130
RUN ./buildconf --force
131131
RUN 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 \

0 commit comments

Comments
 (0)