Add forgotten dependency

This commit is contained in:
nemunaire 2014-11-05 16:38:47 +01:00
parent 7e4711ba5c
commit 832e9cd221

View File

@ -8,7 +8,7 @@ MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
# Install packages ####################################################
RUN apt-get -y update
RUN apt-get install -y nginx-light php5-fpm mysql-server php5-mysql pwgen openssl
RUN apt-get install -y nginx-light php5-fpm mysql-server php5-mysql php5-mcrypt pwgen openssl
# Copying files #######################################################