Testing if any common modules are needed
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user