Ext updates
This commit is contained in:
parent
284cfc5c75
commit
197723ed43
|
|
@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libmemcachedutil2 \
|
libmemcachedutil2 \
|
||||||
build-essential \
|
build-essential \
|
||||||
libmemcached-dev \
|
libmemcached-dev \
|
||||||
libwebp-dev \
|
|
||||||
g++ \
|
g++ \
|
||||||
git \
|
git \
|
||||||
cron \
|
cron \
|
||||||
|
|
@ -27,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
&& docker-php-ext-install opcache \
|
&& docker-php-ext-install opcache \
|
||||||
&& 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 \
|
||||||
&& docker-php-ext-install -j$(nproc) gd 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/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue