Merge branch 'master' into 8.1

This commit is contained in:
2022-06-21 20:07:58 +02:00

View File

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