From 6d24d1f6fc1200854cc48a0f249fc3a350e75fe4 Mon Sep 17 00:00:00 2001 From: idevakk <219866223+idevakk@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:50:35 +0530 Subject: [PATCH] fix: add zip extension to php-extension-installer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 062855b..0d834ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache \ bash # Install PHP extensions -RUN install-php-extensions pdo_mysql mbstring exif pcntl bcmath gd intl imap redis +RUN install-php-extensions pdo_mysql mbstring exif pcntl bcmath gd intl imap redis zip # Install Composer COPY --from=composer:latest /usr/bin/composer /usr/bin/composer