From 7a02617d48dfea097cdfcf7332d954593c42d63f Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sun, 25 Jan 2026 19:06:08 +0100 Subject: [PATCH] chore : add qpdf to Docker image for PDF compression Co-Authored-By: Claude Opus 4.5 --- docker/php/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index f95431d..8fa642e 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y \ wget \ git \ unzip \ + qpdf \ && docker-php-ext-install -j$(nproc) \ intl \ zip \