Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored Feb 29, 2024
1 parent 5c21655 commit 8f8ade9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN set -x; \
curl \
libzip-dev \
unzip \
python3 \
python3-pip \
&& 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 \
Expand Down

0 comments on commit 8f8ade9

Please sign in to comment.