Skip to content

Commit

Permalink
Pins qpdf version
Browse files Browse the repository at this point in the history
  • Loading branch information
surovic committed Aug 15, 2023
1 parent 3884a3c commit 9a24b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Dockerfile-qpdf.demo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:focal AS qpdf-sources
WORKDIR /polytracker/the_klondike
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y git wget
RUN git clone https://github.com/qpdf/qpdf.git
RUN git clone --depth=1 --branch 11.5 https://github.com/qpdf/qpdf.git
RUN wget http://jpegclub.org/reference/wp-content/uploads/2022/01/jpegsrc.v9e.tar.gz && tar xf jpegsrc.v9e.tar.gz

# Now, build the qpdf image using previously downloaded source
Expand Down

0 comments on commit 9a24b54

Please sign in to comment.