Skip to content

Commit

Permalink
feat: remove wkhtml (see #498)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Jun 11, 2024
1 parent 1e66d12 commit 70048fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ RUN set -x; \
curl \
libzip-dev \
unzip \
&& 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 \
&& chmod a+x ./wkhtmltox.deb \
&& apt-get install -y ./wkhtmltox.deb \
&& rm ./wkhtmltox.deb \
&& docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
&& docker-php-ext-configure ldap \
&& docker-php-ext-install -j$(nproc) ldap \
Expand Down

0 comments on commit 70048fc

Please sign in to comment.