Add forgotten dependency
This commit is contained in:
parent
7e4711ba5c
commit
832e9cd221
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||||
# Install packages ####################################################
|
# Install packages ####################################################
|
||||||
|
|
||||||
RUN apt-get -y update
|
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 #######################################################
|
# Copying files #######################################################
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue