Merge pull request #4 from noahg/master

upgrade cartodb-postgresql version to 0.5.0
This commit is contained in:
fleu42 2014-12-03 10:19:46 +01:00
commit a385355840

View File

@ -50,7 +50,7 @@ RUN service postgresql start && /bin/su postgres -c \
/tmp/template_postgis.sh && service postgresql stop /tmp/template_postgis.sh && service postgresql stop
# Install cartodb extension # Install cartodb extension
RUN git clone --branch 0.4.1 https://github.com/CartoDB/cartodb-postgresql && \ RUN git clone --branch 0.5.0 https://github.com/CartoDB/cartodb-postgresql && \
cd cartodb-postgresql && \ cd cartodb-postgresql && \
PGUSER=postgres make install PGUSER=postgres make install
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh