Update ubuntu dependencies in CONTRIBUTING (#2941)

pull/2944/head
Jelte Fennema 2019-09-11 09:49:43 +02:00 committed by GitHub
parent dd4e767702
commit c591a135f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,8 +48,9 @@ why we ask this as well as instructions for how to proceed, see the
sudo apt-get update sudo apt-get update
sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \ sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \
libedit-dev libselinux1-dev libxslt-dev \ libreadline-dev libselinux1-dev libxslt-dev \
libpam0g-dev git flex make libssl-dev \ libpam0g-dev git flex make libssl-dev \
libicu-dev \
libkrb5-dev libcurl4-gnutls-dev autoconf libkrb5-dev libcurl4-gnutls-dev autoconf
``` ```