From 670850623dfdaeebe7eda10ba649772518de54a1 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:43:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20php-zip=20(#360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 55225b0..d560b30 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -28,6 +28,7 @@ RUN \ php83-tokenizer=8.3.15-r0 \ php83-xml=8.3.15-r0 \ php83-xmlwriter=8.3.15-r0 \ + php83-zip=8.3.15-r0 \ php83=8.3.15-r0 \ \ && apk add --no-cache --virtual .build-dependencies \