Browse Source

Install libidn11-dev in Vagrant (#4238)

pull/4/head
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 \ postgresql-contrib \
protobuf-compiler \ protobuf-compiler \
yarn \ yarn \
libicu-dev \
libidn11-dev \
libprotobuf-dev \ libprotobuf-dev \
libreadline-dev \ libreadline-dev \
libicu-dev \
-y -y
# Install rvm # Install rvm

Loading…
Cancel
Save