No need for mysql-server in backend Dockerfile
This commit is contained in:
parent
a82ccb10ec
commit
5ba2f121db
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user