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