We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87daa8 commit 2767466Copy full SHA for 2767466
Dockerfile
@@ -27,7 +27,7 @@ RUN set -x; \
27
curl \
28
libzip-dev \
29
unzip \
30
- && docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
+ && docker-php-ext-install -j$(nproc) pdo pdo_mysql zip tidy \
31
&& docker-php-ext-configure ldap \
32
&& docker-php-ext-install -j$(nproc) ldap \
33
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
0 commit comments