Added php5-cli to Dockerfile

This commit is contained in:
Robert Valik 2015-11-11 21:24:31 +01:00
parent e054b9eb42
commit 513c1e4934
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ RUN apt-get update && apt-get install -y \
luarocks \
lzip \
m4 \
# php-cli is needed to compile php package
php5-cli \
pkg-config \
scons \
subversion \