From b61de2503299f7f5daa4ab21e4697279867b85eb Mon Sep 17 00:00:00 2001 From: Jesus Guerrero Date: Wed, 11 Sep 2024 09:38:03 -0400 Subject: [PATCH] chore: update coolify docker images --- coolify.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolify.Dockerfile b/coolify.Dockerfile index a2a2c1c6..bc1eaf47 100644 --- a/coolify.Dockerfile +++ b/coolify.Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \ # Clear cache RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \ # Install PHP extensions -docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd && \ +docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd zip && \ #install mailparse pecl install mailparse && \ echo extension=mailparse.so > /usr/local/etc/php/conf.d/mailparse.ini && \