From 33638924d9b5e3b5447059932b7450a0ca584507 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 25 May 2024 14:25:23 -0700 Subject: [PATCH] Try pikepdf 9rc1 for docker --- .docker/Dockerfile.alpine-arm64 | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/Dockerfile.alpine-arm64 b/.docker/Dockerfile.alpine-arm64 index 367ebe769..e31d13a07 100644 --- a/.docker/Dockerfile.alpine-arm64 +++ b/.docker/Dockerfile.alpine-arm64 @@ -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