restore pgsql
Build and Push Docker Images / build-and-push (push) Successful in 5m14s

This commit is contained in:
2026-03-12 13:45:11 +01:00
parent ce04e139f2
commit 7cbac4a3ec
+1 -1
View File
@@ -21,7 +21,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 && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql
# 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 \