From c62190a32ea3e90b1fce8efccd2b8eb317bc26fe Mon Sep 17 00:00:00 2001 From: Luke Reid Date: Tue, 19 Jan 2016 16:51:22 -0600 Subject: [PATCH] Add libpango1.0-dev I see another pull request for this exact issue, however in it apt-get fails to find the referenced libpango. This one seems to work. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4b8c26..48fd650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get install -y -q build-essential checkinstall unp zip libgeos-c1 \ libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf \ libc6-dev ncurses-dev automake libtool bison subversion \ pkg-config libpq5 libpq-dev libcurl4-gnutls-dev libffi-dev \ - libgdbm-dev gnupg libreadline6-dev + libgdbm-dev gnupg libreadline6-dev libpango1.0-dev # Setting PostgreSQL RUN sed -i 's/\(peer\|md5\)/trust/' /etc/postgresql/9.3/main/pg_hba.conf