Skip to content

Commit

Permalink
Stick to the old version of pg_view (#139)
Browse files Browse the repository at this point in the history
until new version will become available via pip
  • Loading branch information
CyberDem0n committed Mar 7, 2017
1 parent a95d77b commit 539cc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etc


#install pg_view
RUN curl -L https://raw.githubusercontent.com/zalando/pg_view/master/pg_view.py \
RUN curl -L https://raw.githubusercontent.com/zalando/pg_view/2ea99479460d81361bdb7601a1564072ddd584ac/pg_view.py \
| sed -e 's/env python/env python3/g' > /usr/local/bin/pg_view.py && chmod +x /usr/local/bin/pg_view.py

ENV PGHOME=/home/postgres
Expand Down

0 comments on commit 539cc52

Please sign in to comment.