add php5-mysql package

This commit is contained in:
Garcia M
2017-03-03 14:45:46 +01:00
parent c05a7d82e5
commit 508a4e534f

View File

@@ -19,6 +19,7 @@ RUN apt-get update -q && apt-get upgrade -yq \
&& apt-get install -yq \
libpng12-dev \
libjpeg-dev \
php5-mysql \
mysql-client \
unzip \
&& rm -rf /var/lib/apt/lists/* \