From 5ba2f121db99300c861502b1c7fc4cae4e5baacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9munaire?= Date: Wed, 14 Jan 2015 07:56:07 +0100 Subject: [PATCH] No need for mysql-server in backend Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93ca00f9..cc4a16fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \