add php-curl extension (#2665)

needed when executing selenium tests on Vagrant machine
This commit is contained in:
elijan sejic 2016-09-15 09:23:40 +09:30 committed by Frédéric Guillot
parent 20c187880c
commit aa9a861648
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -1,7 +1,7 @@
$script = <<SCRIPT $script = <<SCRIPT
apt-get update apt-get update
apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip && \ apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip php5-curl && \
apt-get clean && \ apt-get clean && \
echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ echo "ServerName localhost" >> /etc/apache2/apache2.conf && \
sed -ri 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf && \ sed -ri 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf && \