Fixing V8JS

Fixes #792
This commit is contained in:
Winfried
2017-05-03 23:32:39 +02:00
parent 57616901fd
commit da58d2e9b9
3 changed files with 2 additions and 19 deletions

View File

@ -311,7 +311,7 @@ RUN if [ ${INSTALL_V8JS_EXTENSION} = true ]; then \
# Install the php V8JS extension
add-apt-repository -y ppa:pinepain/libv8-5.4 \
&& apt-get update \
&& apt-get install -y php-dev php-pear libv8-5.4 \
&& apt-get install -y php7.0-xml php7.0-dev php-pear libv8-5.4 \
&& pecl install v8js \
&& echo "extension=v8js.so" >> /etc/php/7.0/cli/php.ini \
;fi