[nginx-php] delete mcrypt in php 7.2 (has been removed)

This commit is contained in:
hoellen 2018-01-11 16:54:03 +01:00
parent 842e24af49
commit 20c258afb6

View File

@ -79,7 +79,6 @@ ARG PHP_EXT_LIST=" \
fileinfo \
bz2 \
intl \
mcrypt \
openssl \
ldap \
simplexml \
@ -93,7 +92,6 @@ ARG CUSTOM_BUILD_PKGS=" \
freetype-dev \
openldap-dev \
gmp-dev \
libmcrypt-dev \
icu-dev \
postgresql-dev \
libpng-dev \
@ -112,7 +110,6 @@ ARG CUSTOM_PKGS=" \
freetype \
openldap \
gmp \
libmcrypt \
bzip2-dev \
icu \
libpq \