Skip to content

Commit

Permalink
Try pikepdf 9rc1 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 25, 2024
1 parent 328fa03 commit 3363892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile.alpine-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN python3 -m venv .venv
RUN source .venv/bin/activate \
&& python3 -m pip install --no-cache-dir --upgrade pip \
&& python3 -m pip install --no-cache-dir wheel \
&& python3 -m pip install --no-cache-dir --pre pikepdf \
&& python3 -m pip install --no-cache-dir .[test,webservice,watcher]

FROM base
Expand Down

0 comments on commit 3363892

Please sign in to comment.