Merge branch '7.4' into 8.0

This commit is contained in:
2022-07-01 18:39:19 +02:00

View File

@@ -44,7 +44,7 @@ RUN docker-php-ext-enable rdkafka \
&& rm -rf /php-rdkafka && rm -rf /php-rdkafka
# Install PHP extensions zip, mbstring, exif, bcmath, intl # Install PHP extensions zip, mbstring, exif, bcmath, intl
RUN docker-php-ext-configure gd --with-freetype --with-jpeg RUN docker-php-ext-configure gd
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