Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Mar 25, 2024
1 parent bf1d6b8 commit e9acd29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions img2pdf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM minidocks/python:3
FROM minidocks/python
LABEL maintainer="Martin Hasoň <martin.hason@gmail.com>"

RUN apk add -u py3-pillow py3-pikepdf qpdf qpdf-fix-qdf && pip install img2pdf && clean
RUN apk add -u py3-pillow py3-lxml qpdf qpdf-fix-qdf && pip install img2pdf && clean

COPY rootfs /

Expand Down
2 changes: 1 addition & 1 deletion ocrmypdf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG version

COPY rootfs /

RUN apk -U add py3-cffi py3-defusedxml py3-reportlab libjpeg-turbo zlib pngquant jbig2enc && clean
RUN apk -U add py3-cffi py3-cryptography py3-defusedxml py3-reportlab libjpeg-turbo zlib pngquant jbig2enc && clean

RUN pip install ocrmypdf hocr-tools && clean

Expand Down

0 comments on commit e9acd29

Please sign in to comment.