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 \