Unverified Commit dee66c24 authored by Yu-Lung Shao (Allen)'s avatar Yu-Lung Shao (Allen) Committed by GitHub

Merge pull request #1420 from gentcys/my-fix-branch

PPA 'pinepain/libv8-5.4' has been deprecated, use 'pinepain/libv8-archived' instead
parents c4aef8e9 b7b7690b
...@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} ...@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
RUN if [ ${INSTALL_V8JS} = true ]; then \ RUN if [ ${INSTALL_V8JS} = true ]; then \
# Install the php V8JS extension # Install the php V8JS extension
add-apt-repository -y ppa:pinepain/libv8-5.4 \ add-apt-repository -y ppa:pinepain/libv8-archived \
&& apt-get update -yqq \ && apt-get update -yqq \
&& apt-get install -y php7.0-xml php7.0-dev php-pear libv8-5.4 \ && apt-get install -y php7.0-xml php7.0-dev php-pear libv8-5.4 \
&& pecl install v8js \ && pecl install v8js \
......
...@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} ...@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
RUN if [ ${INSTALL_V8JS} = true ]; then \ RUN if [ ${INSTALL_V8JS} = true ]; then \
# Install the php V8JS extension # Install the php V8JS extension
add-apt-repository -y ppa:pinepain/libv8-5.4 \ add-apt-repository -y ppa:pinepain/libv8-archived \
&& apt-get update -yqq \ && apt-get update -yqq \
&& apt-get install -y php7.1-xml php7.1-dev php-pear libv8-5.4 \ && apt-get install -y php7.1-xml php7.1-dev php-pear libv8-5.4 \
&& pecl install v8js \ && pecl install v8js \
......
...@@ -407,7 +407,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} ...@@ -407,7 +407,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
RUN if [ ${INSTALL_V8JS} = true ]; then \ RUN if [ ${INSTALL_V8JS} = true ]; then \
# Install the php V8JS extension # Install the php V8JS extension
add-apt-repository -y ppa:pinepain/libv8-5.4 \ add-apt-repository -y ppa:pinepain/libv8-archived \
&& apt-get update -yqq \ && apt-get update -yqq \
&& apt-get install -y php-xml php-dev php-pear libv8-5.4 \ && apt-get install -y php-xml php-dev php-pear libv8-5.4 \
&& pecl install v8js \ && pecl install v8js \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment