Few more dependencies

This commit is contained in:
nemunaire 2014-11-20 20:29:01 +01:00
commit b02c823f9e
3 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@ MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
RUN apt-get -y update && \
apt-get install -y \
realpath \
nginx-light \
php5-fpm \
mysql-server \
@ -16,6 +17,7 @@ RUN apt-get -y update && \
php5-mcrypt \
libmcrypt-dev \
libwww-perl \
libdigest-whirlpool-perl \
pwgen \
openssl \
&& \