Ext updates

This commit is contained in:
Andrei Condurachi 2020-11-19 16:31:25 +02:00
parent 284cfc5c75
commit 197723ed43
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libmemcachedutil2 \
build-essential \
libmemcached-dev \
libwebp-dev \
g++ \
git \
cron \
@ -27,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& docker-php-ext-install opcache \
&& docker-php-ext-configure 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 \
&& docker-php-ext-install -j$(nproc) gd openssl exif fileinfo \
&& docker-php-ext-install zip \
&& rm -rf /var/lib/apt/lists/*