mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
[nginx-php] delete mcrypt in php 7.2 (has been removed)
This commit is contained in:
parent
842e24af49
commit
20c258afb6
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user