From f3c03bce18081f3a9c52d4f8d607b6ce6114071c Mon Sep 17 00:00:00 2001 From: tinker Date: Wed, 11 Jan 2017 12:41:53 +1000 Subject: [PATCH] Added 'php7.0-gmp' to vagrant provision script to fix composer install --- vagrant/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/install.sh b/vagrant/install.sh index 46d4f342..69e0ae1a 100755 --- a/vagrant/install.sh +++ b/vagrant/install.sh @@ -25,7 +25,7 @@ echo "Installing tagging tools & other dependencies..." sudo apt-get -qq install -y AtomicParsley flac vorbis-tools imagemagick oracle-java8-installer elasticsearch pkg-config yasm libfaac-dev libmp3lame-dev libvorbis-dev libtheora-dev echo "Installing PHP extensions" -sudo apt-get -qq install -y libgmp-dev php-gmp +sudo apt-get -qq install -y libgmp-dev php-gmp php7.0-gmp echo "Installing Postgres migration tool" sudo apt-get -qq install -y pgloader