From b7b7690bbe5d57337719b65f45e5b6bb10421863 Mon Sep 17 00:00:00 2001 From: Justen Chen Date: Fri, 9 Mar 2018 11:43:40 +0800 Subject: [PATCH] The PPA of 'pinepain/libv8-5.4' has been deprecated, use 'pinepain/libv8-archived' instead --- workspace/Dockerfile-70 | 2 +- workspace/Dockerfile-71 | 2 +- workspace/Dockerfile-72 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workspace/Dockerfile-70 b/workspace/Dockerfile-70 index 915b9ed9..f2fbf816 100644 --- a/workspace/Dockerfile-70 +++ b/workspace/Dockerfile-70 @@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} RUN if [ ${INSTALL_V8JS} = true ]; then \ # 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 install -y php7.0-xml php7.0-dev php-pear libv8-5.4 \ && pecl install v8js \ diff --git a/workspace/Dockerfile-71 b/workspace/Dockerfile-71 index 72e6f2b6..9cb1c97c 100644 --- a/workspace/Dockerfile-71 +++ b/workspace/Dockerfile-71 @@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} RUN if [ ${INSTALL_V8JS} = true ]; then \ # 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 install -y php7.1-xml php7.1-dev php-pear libv8-5.4 \ && pecl install v8js \ diff --git a/workspace/Dockerfile-72 b/workspace/Dockerfile-72 index bb646dff..a0bf5516 100644 --- a/workspace/Dockerfile-72 +++ b/workspace/Dockerfile-72 @@ -407,7 +407,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS} RUN if [ ${INSTALL_V8JS} = true ]; then \ # 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 install -y php-xml php-dev php-pear libv8-5.4 \ && pecl install v8js \