1
0
Fork 0

Fix: Added missing redis PHP extension

This commit is contained in:
Richard Dern 2024-05-05 15:11:39 +02:00
parent 96d3241113
commit 51ae375ada
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ARG PHP_VERSION=8.0
FROM sail-${PHP_VERSION}/app as base
RUN apt-get update \
&& apt-get -y install cron imagemagick php8.3-imagick rsync
&& apt-get -y install cron imagemagick php8.3-imagick php8.3-redis rsync
COPY crontab /etc/cron.d/laravel-scheduler
RUN chmod 0644 /etc/cron.d/laravel-scheduler