Merge pull request #48 from robertvalik/master

Added php5-cli to Dockerfile
This commit is contained in:
Fredrik Fornwall 2015-11-13 00:55:48 +01:00
commit 2ef43ec1ac
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 \