The PPA of 'pinepain/libv8-5.4' has been deprecated, use 'pinepain/libv8-archived' instead
This commit is contained in:
parent
c4aef8e901
commit
b7b7690bbe
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue