Testing if any common modules are needed

This commit is contained in:
WilliamMiceli
2019-11-21 19:20:36 -05:00
parent 29a5bae317
commit f1d2f580b6

View File

@@ -7,6 +7,18 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
mysql-server \
nginx \
php-fpm \
php-mbstring \
php-xmlrpc \
php-soap \
php-gd \
php-xml \
php-intl \
php-mysql \
php-cli \
php-mcrypt \
php-ldap \
php-zip \
php-curl \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/www/html \
&& rm /etc/nginx/sites-enabled/default