Skip to content

Commit be5e901

Browse files
author
Bulat Shakirzyanov
committed
[ci skip] add php-dbg package to vagrant box
1 parent 5021b93 commit be5e901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
1111
config.vm.provision "shell", inline: <<-SHELL
1212
echo "Installing all necessary packages"
1313
sudo apt-get update
14-
sudo apt-get install -y g++ make cmake libuv-dev libssl-dev libgmp-dev php5 php5-dev openssl libpcre3-dev
14+
sudo apt-get install -y g++ make cmake libuv-dev libssl-dev libgmp-dev php5 php5-dev php5-dbg openssl libpcre3-dev
1515
sudo apt-get install -y python-pip default-jdk
1616
sudo apt-get install -y git valgrind
1717

0 commit comments

Comments
 (0)