File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
422422
423423RUN if [ ${INSTALL_V8JS} = true ]; then \
424424 # Install the php V8JS extension
425- add-apt-repository -y ppa:pinepain/libv8-5.4 \
425+ add-apt-repository -y ppa:pinepain/libv8-archived \
426426 && apt-get update -yqq \
427427 && apt-get install -y php7.0-xml php7.0-dev php-pear libv8-5.4 \
428428 && pecl install v8js \
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
422422
423423RUN if [ ${INSTALL_V8JS} = true ]; then \
424424 # Install the php V8JS extension
425- add-apt-repository -y ppa:pinepain/libv8-5.4 \
425+ add-apt-repository -y ppa:pinepain/libv8-archived \
426426 && apt-get update -yqq \
427427 && apt-get install -y php7.1-xml php7.1-dev php-pear libv8-5.4 \
428428 && pecl install v8js \
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
407407
408408RUN if [ ${INSTALL_V8JS} = true ]; then \
409409 # Install the php V8JS extension
410- add-apt-repository -y ppa:pinepain/libv8-5.4 \
410+ add-apt-repository -y ppa:pinepain/libv8-archived \
411411 && apt-get update -yqq \
412412 && apt-get install -y php-xml php-dev php-pear libv8-5.4 \
413413 && pecl install v8js \
You can’t perform that action at this time.
0 commit comments