From 04ed074e8211e6568135b0938341c1004078d062 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Mon, 23 Dec 2024 08:39:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20php-zip?= 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 \