Browse Source

Added php5-cli to Dockerfile

android-5
Robert Valik 9 years ago
parent
commit
513c1e4934
  1. 2
      Dockerfile

2
Dockerfile

@ -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 \

Loading…
Cancel
Save