Skip to content

Commit dee66c2

Browse files
authored
Merge pull request laradock#1420 from gentcys/my-fix-branch
PPA 'pinepain/libv8-5.4' has been deprecated, use 'pinepain/libv8-archived' instead
2 parents c4aef8e + b7b7690 commit dee66c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

workspace/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
422422

423423
RUN 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 \

workspace/Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
422422

423423
RUN 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 \

workspace/Dockerfile-72

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ENV INSTALL_V8JS ${INSTALL_V8JS}
407407

408408
RUN 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 \

0 commit comments

Comments
 (0)