about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-18 07:31:43 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-18 00:31:43 +0200
commit7f4375822a869bac55eb9dd9884e7803695aed82 (patch)
treeb5502b3c70e7dd9d41a4b8601cb32a5f1b6f16f7 /Vagrantfile
parent719ab720a7286c4968f1b42e1be385f5580de13e (diff)
Install libidn11-dev in Vagrant (#4238)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index cbe6623b3..0c21bed68 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -35,9 +35,10 @@ sudo apt-get install \
   postgresql-contrib \
   protobuf-compiler \
   yarn \
+  libicu-dev \
+  libidn11-dev \
   libprotobuf-dev \
   libreadline-dev \
-  libicu-dev \
   -y
 
 # Install rvm