yet another lib
Build and Push Docker Images / build-and-push (push) Successful in 5m20s

This commit is contained in:
2026-05-26 15:40:27 +02:00
parent 4538ecf5b7
commit c58a333a90
+1 -1
View File
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
cron \ cron \
sudo \ sudo \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath
# Install Redis PHP extension via PECL # Install Redis PHP extension via PECL
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \ RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \