Fix Dockefile

This commit is contained in:
2022-06-21 10:43:47 +02:00
parent 802ace22f1
commit 1738e19dcf

View File

@@ -39,7 +39,7 @@ RUN docker-php-ext-enable rdkafka \
&& rm -rf /php-rdkafka
# 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
# Install Redis and enable it