Skip to content

Commit

Permalink
Remove wkhtmltopdf from docworker
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Nov 28, 2023
1 parent 958bdda commit 117cad1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 3.11-docworker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM surnet/alpine-wkhtmltopdf:3.18.0-0.12.6-small as wkhtmltopdf
FROM alpine:3.18.4

ARG TARGETARCH
Expand Down Expand Up @@ -66,9 +65,6 @@ RUN mkdir -p /pandoc/filters \
&& chown -R user:user /pandoc \
&& clean

# WkHtmlToPdf
COPY --from=wkhtmltopdf /bin/wkhtmltopdf /bin/wkhtmltopdf

# WeasyPrint
RUN pip install weasyprint==60.1 \
&& clean

0 comments on commit 117cad1

Please sign in to comment.