Skip to content
Snippets Groups Projects
Commit 5b2b2593 authored by Demian Katz's avatar Demian Katz
Browse files

Add missing dependency; resolves VUFIND-1315.

parent 99a88a3a
No related merge requests found
...@@ -41,7 +41,7 @@ Vagrant.configure("2") do |config| ...@@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|
# Install package dependencies. # Install package dependencies.
apt-get update apt-get update
apt-get install -y git zip unzip apache2 default-jdk mysql-server apt-get install -y git zip unzip apache2 default-jdk mysql-server
apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-xml php-curl apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-soap php-xml php-curl
# Install composer. # Install composer.
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment