add some packages to laravel container
Build and Push Docker Images / build-and-push (push) Successful in 7m18s

This commit is contained in:
2026-07-16 09:46:29 +02:00
parent 448c33d842
commit 151c2fcd8d
2 changed files with 3 additions and 3 deletions
+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 bcmath && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath pcntl sockets
# 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 \
+1 -1
View File
@@ -1 +1 @@
6.0 6.1