Skip to content

Commit 36f3d1b

Browse files
authored
Merge pull request #574 from solidnerd/rjh_composer_replace
feat: switch to bundled DOM extension
2 parents a87daa8 + 2767466 commit 36f3d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -x; \
2727
curl \
2828
libzip-dev \
2929
unzip \
30-
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
30+
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql zip tidy \
3131
&& docker-php-ext-configure ldap \
3232
&& docker-php-ext-install -j$(nproc) ldap \
3333
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \

0 commit comments

Comments
 (0)