Corrected issues with mcrypt build

master
bkraul 2019-02-24 18:51:48 -06:00
parent 25afcbbf02
commit 97be6d5c73
1 changed files with 2 additions and 3 deletions

View File

@ -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