No need for mysql-server in backend Dockerfile

This commit is contained in:
Némunaire 2015-01-14 07:56:07 +01:00 committed by Nemunaire
parent a82ccb10ec
commit 5ba2f121db

View File

@ -12,12 +12,13 @@ RUN apt-get -y update && \
realpath \ realpath \
nginx-light \ nginx-light \
php5-fpm \ php5-fpm \
mysql-server \
php5-mysql \ php5-mysql \
php5-mcrypt \ php5-mcrypt \
libmcrypt4 \ libmcrypt4 \
libwww-perl \ libwww-perl \
libdigest-whirlpool-perl \ libdigest-whirlpool-perl \
libdbi-perl \
libdbd-mysql-perl \
pwgen \ pwgen \
curl \ curl \
openssl \ openssl \