diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-07-18 07:31:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-18 00:31:43 +0200 |
commit | 7f4375822a869bac55eb9dd9884e7803695aed82 (patch) | |
tree | b5502b3c70e7dd9d41a4b8601cb32a5f1b6f16f7 /Vagrantfile | |
parent | 719ab720a7286c4968f1b42e1be385f5580de13e (diff) |
Install libidn11-dev in Vagrant (#4238)
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 3 |
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 |