Browse Source

Install libidn11-dev in Vagrant (#4238)

master
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
7f4375822a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Vagrantfile

+ 2
- 1
Vagrantfile View File

@@ -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


Loading…
Cancel
Save