Skip to content

Commit 70048fc

Browse files
committed
feat: remove wkhtml (see #498)
1 parent 1e66d12 commit 70048fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ RUN set -x; \
2727
curl \
2828
libzip-dev \
2929
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 \
3430
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
3531
&& docker-php-ext-configure ldap \
3632
&& docker-php-ext-install -j$(nproc) ldap \

0 commit comments

Comments
 (0)