[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 \ fileinfo \
bz2 \ bz2 \
intl \ intl \
mcrypt \
openssl \ openssl \
ldap \ ldap \
simplexml \ simplexml \
@ -93,7 +92,6 @@ ARG CUSTOM_BUILD_PKGS=" \
freetype-dev \ freetype-dev \
openldap-dev \ openldap-dev \
gmp-dev \ gmp-dev \
libmcrypt-dev \
icu-dev \ icu-dev \
postgresql-dev \ postgresql-dev \
libpng-dev \ libpng-dev \
@ -112,7 +110,6 @@ ARG CUSTOM_PKGS=" \
freetype \ freetype \
openldap \ openldap \
gmp \ gmp \
libmcrypt \
bzip2-dev \ bzip2-dev \
icu \ icu \
libpq \ libpq \