Fix Dockerfile

This commit is contained in:
2022-06-21 10:44:19 +02:00
parent 1738e19dcf
commit 33852f1566

View File

@@ -42,6 +42,7 @@ RUN docker-php-ext-enable rdkafka \
RUN docker-php-ext-configure gd
RUN docker-php-ext-install zip mbstring exif pcntl bcmath -j$(nproc) gd intl
# Install Redis and enable it
RUN pecl install redis && docker-php-ext-enable redis