Corrected issues with mcrypt build
This commit is contained in:
parent
25afcbbf02
commit
97be6d5c73
|
@ -24,9 +24,8 @@ RUN set -x \
|
|||
&& echo extension=mcrypt.so > /etc/php/7.2/cli/conf.d/20-mcrypt.ini \
|
||||
&& echo extension=pdo_sqlsrv.so > /etc/php/7.2/cli/conf.d/30-pdo_sqlsrv.ini \
|
||||
&& echo extension=sqlsrv.so > /etc/php/7.2/cli/conf.d/20-sqlsrv.ini \
|
||||
# uninstall all headers and libraries
|
||||
&& apt-get purge -y -f --force-yes \
|
||||
php7.2-dev php-pear build-essential unixodbc-dev \
|
||||
# remove build software
|
||||
&& apt remove --auto-remove -y php7.2-dev php-pear build-essential unixodbc-dev \
|
||||
# perform image cleanup.
|
||||
&& docker-run-bootstrap \
|
||||
&& docker-image-cleanup
|
||||
|
|
Loading…
Reference in New Issue
Block a user