Update 33/Dockerfile
Cette révision appartient à :
+1
-2
@@ -55,7 +55,6 @@ RUN set -ex; \
|
|||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
docker-php-ext-configure ftp --with-ftp-ssl; \
|
docker-php-ext-configure ftp --with-ftp-ssl; \
|
||||||
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
|
|
||||||
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-configure ldap --with-libdir="lib/$debMultiarch"; \
|
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||||
docker-php-ext-install -j "$(nproc)" \
|
docker-php-ext-install -j "$(nproc)" \
|
||||||
@@ -87,6 +86,7 @@ RUN set -ex; \
|
|||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
memcached \
|
memcached \
|
||||||
|
igbinary \
|
||||||
imagick \
|
imagick \
|
||||||
redis \
|
redis \
|
||||||
bz2 \
|
bz2 \
|
||||||
@@ -152,7 +152,6 @@ RUN set -ex; \
|
|||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
libmagickcore-6.q16-6-extra \
|
|
||||||
ghostscript \
|
ghostscript \
|
||||||
procps \
|
procps \
|
||||||
vim \
|
vim \
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur