Skip to content

Commit

Permalink
Merge pull request #66 from CybercentreCanada/lockdown/pillow
Browse files Browse the repository at this point in the history
Lock down to 9.5.0
  • Loading branch information
cccs-rs authored Jul 24, 2023
2 parents aad5210 + 6072208 commit 38503b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get install -y tesseract-ocr libemail-outlook-message-perl libgdiplus un
RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb
RUN apt-get install -y poppler-utils ./wkhtmltox_0.12.6-1.buster_amd64.deb --no-install-recommends &&\
rm -f ./wkhtmltox_0.12.6-1.buster_amd64.deb
RUN pip install pdf2image Pillow natsort imgkit compoundfiles compressed_rtf pytesseract
RUN pip install pdf2image Pillow==9.5.0 natsort imgkit compoundfiles compressed_rtf pytesseract

# Install Chrome for headless rendering of HTML documents
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
Expand Down

0 comments on commit 38503b9

Please sign in to comment.