Add pango dep
This commit is contained in:
parent
20f33da447
commit
2f80b45548
@ -33,7 +33,8 @@ 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 libcairo2-dev libjpeg8-dev \
|
||||
libpango1.0-dev libgif-dev
|
||||
|
||||
# Install rvm
|
||||
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
|
||||
@ -63,7 +64,7 @@ RUN service postgresql start && /bin/su postgres -c \
|
||||
/tmp/template_postgis.sh && service postgresql stop
|
||||
|
||||
# Install cartodb extension
|
||||
RUN git clone --branch 0.5.2 https://github.com/CartoDB/cartodb-postgresql && \
|
||||
RUN git clone https://github.com/CartoDB/cartodb-postgresql && \
|
||||
cd cartodb-postgresql && \
|
||||
PGUSER=postgres make install
|
||||
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
|
||||
|
Loading…
Reference in New Issue
Block a user