Skip to content

Commit

Permalink
Pin postgresql-cartodb version to 0.4.1 to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Glusenkamp committed Nov 26, 2014
1 parent 12bb1d8 commit f9c2bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN service postgresql start && /bin/su postgres -c \
/tmp/template_postgis.sh && service postgresql stop

# Install cartodb extension
RUN git clone https://github.com/CartoDB/cartodb-postgresql && \
RUN git clone --branch 0.4.1 https://github.com/CartoDB/cartodb-postgresql && \
cd cartodb-postgresql && \
PGUSER=postgres make install
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
Expand Down

0 comments on commit f9c2bda

Please sign in to comment.