Skip to content
Snippets Groups Projects
Commit f0e9f381 authored by Chris Shantz's avatar Chris Shantz
Browse files

Removed mmcrypt from php7.2 install.

parent 2e75229e
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ RUN apt-get install -y \ ...@@ -57,7 +57,7 @@ RUN apt-get install -y \
php${PHP_VERSION_ALT}-gd \ php${PHP_VERSION_ALT}-gd \
php${PHP_VERSION_ALT}-curl \ php${PHP_VERSION_ALT}-curl \
php${PHP_VERSION_ALT}-ldap \ php${PHP_VERSION_ALT}-ldap \
php${PHP_VERSION_ALT}-mcrypt \ ## php${PHP_VERSION_ALT}-mcrypt \
php${PHP_VERSION_ALT}-zip \ php${PHP_VERSION_ALT}-zip \
php-pear \ php-pear \
libapache2-mod-php${PHP_VERSION_ALT} \ libapache2-mod-php${PHP_VERSION_ALT} \
...@@ -85,7 +85,7 @@ RUN a2enmod headers ...@@ -85,7 +85,7 @@ RUN a2enmod headers
## fcgid needed to run multiple versions of PHP under the same apache. ## fcgid needed to run multiple versions of PHP under the same apache.
## RUN a2enmod fcgid ## RUN a2enmod fcgid
## enable mcrypt ## enable mcrypt
RUN phpenmod mcrypt ##vRUN phpenmod mcrypt
## add upload progress ## add upload progress
RUN apt-get install php-uploadprogress RUN apt-get install php-uploadprogress
# Install Composer. # Install Composer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment