Skip to content

Commit 64a6611

Browse files
authored
Merge pull request #499 from solidnerd/rjh_issue_498
feat: remove wkhtml (see #498)
2 parents 1e66d12 + 70048fc commit 64a6611

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)