Skip to content

Commit 263d773

Browse files
committed
Fix
1 parent c6df785 commit 263d773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN set -eux; \
146146
--with-iconv \
147147
--with-openssl \
148148
--with-readline \
149-
--with-zlib --with-ffi --enable-intl --with-gmp --with-pdo-mysql --with-zip --enable-gd \
149+
--with-zlib --with-ffi --enable-intl --with-gmp --with-pdo-mysql --with-zip --enable-gd --with-tidy \
150150
\
151151
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
152152
--with-pear \

0 commit comments

Comments
 (0)