mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 18:41:52 +00:00
Reflect libv8 PPA changes
This commit is contained in:
parent
6fc0c216d8
commit
134ff71bf4
@ -9,7 +9,8 @@ RUN apt-get update -q
|
|||||||
RUN apt-get install -y software-properties-common
|
RUN apt-get install -y software-properties-common
|
||||||
|
|
||||||
RUN add-apt-repository ppa:ondrej/php
|
RUN add-apt-repository ppa:ondrej/php
|
||||||
RUN add-apt-repository ppa:pinepain/libv8-$V8VER -y
|
RUN add-apt-repository ppa:pinepain/libv8 -y
|
||||||
|
RUN add-apt-repository ppa:pinepain/libv8-archived -y
|
||||||
RUN apt-get update -q
|
RUN apt-get update -q
|
||||||
|
|
||||||
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
|
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
|
||||||
|
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -31,7 +31,8 @@ Vagrant.configure("2") do |config|
|
|||||||
apt-get install -y software-properties-common gdb tmux git tig curl apache2-utils lcov
|
apt-get install -y software-properties-common gdb tmux git tig curl apache2-utils lcov
|
||||||
|
|
||||||
add-apt-repository ppa:ondrej/php
|
add-apt-repository ppa:ondrej/php
|
||||||
add-apt-repository ppa:pinepain/libv8-#{version}
|
add-apt-repository ppa:pinepain/libv8
|
||||||
|
add-apt-repository ppa:pinepain/libv8-archived
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
|
apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
|
||||||
SHELL
|
SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user