Fix for DT
Build - Docker Image - RC / publish (push) Failing after 54s

This commit is contained in:
JonatanRek
2025-12-04 10:23:02 +01:00
parent 4fc330377c
commit 5cef6189ba
+12 -1
View File
@@ -52,7 +52,18 @@ RUN --mount=type=cache,target=/var/cache/apt \
RUN a2enmod rewrite
# Install PHP extensions
RUN docker-php-ext-install pdo_mysql pgsql pdo_pgsql zip opcache pcntl sockets
RUN docker-php-ext-install \
pdo_mysql \
pgsql \
pdo_pgsql \
zip \
opcache \
pcntl \
sockets\
bcmath \
soap \
gd
RUN docker-php-ext-enable imagick
# PHP