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 \
nginx-light \
php5-fpm \
mysql-server \
php5-mysql \
php5-mcrypt \
libmcrypt4 \
libwww-perl \
libdigest-whirlpool-perl \
libdbi-perl \
libdbd-mysql-perl \
pwgen \
curl \
openssl \