Fix
Build - Docker Image - PROD / publish (push) Successful in 11m16s
Build - Docker Image - RC / publish (push) Failing after 22s

This commit is contained in:
Jonatan Rek
2026-01-28 11:16:03 +01:00
parent b6f8151bd4
commit c498df805c
+5 -4
View File
@@ -35,7 +35,8 @@ RUN apk add --no-cache --virtual .build-deps \
libjpeg-turbo-dev \
libpng-dev \
icu-dev \
libxml2-dev
libxml2-dev \
linux-headers
RUN docker-php-ext-configure gd \
--with-freetype \
@@ -47,11 +48,11 @@ RUN docker-php-ext-configure gd \
zip \
bcmath \
soap \
sockets \
pcntl \
gd \
intl \
opcache
opcache \
sockets \
pcntl
RUN pecl install imagick \
&& docker-php-ext-enable imagick