Ext update

This commit is contained in:
Andrei Condurachi 2020-11-19 16:15:34 +02:00
parent 4e61348d0d
commit 284cfc5c75
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& docker-php-ext-configure intl \ && docker-php-ext-configure intl \
&& docker-php-ext-install intl \ && docker-php-ext-install intl \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \ && docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install -j$(nproc) gd imap openssl exif fileinfo \ && docker-php-ext-install -j$(nproc) gd openssl exif fileinfo \
&& docker-php-ext-install zip \ && docker-php-ext-install zip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*