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
+2 -2
View File
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
cron \
sudo \
&& 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
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
@@ -75,4 +75,4 @@ RUN crontab /etc/cron.d/laravel-cron
EXPOSE 8000
# Set the entrypoint
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]