We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e66d12 + 70048fc commit 64a6611Copy full SHA for 64a6611
Dockerfile
@@ -27,10 +27,6 @@ RUN set -x; \
27
curl \
28
libzip-dev \
29
unzip \
30
- && wget -O wkhtmltox.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb \
31
- && chmod a+x ./wkhtmltox.deb \
32
- && apt-get install -y ./wkhtmltox.deb \
33
- && rm ./wkhtmltox.deb \
34
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
35
&& docker-php-ext-configure ldap \
36
&& docker-php-ext-install -j$(nproc) ldap \
0 commit comments