mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Added 'php7.0-gmp' to vagrant provision script to fix composer install
This commit is contained in:
parent
780217183e
commit
f3c03bce18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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"
|
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"
|
echo "Installing Postgres migration tool"
|
||||||
sudo apt-get -qq install -y pgloader
|
sudo apt-get -qq install -y pgloader
|
||||||
|
|
Loading…
Reference in a new issue