There was an error while loading. Please reload this page.
2 parents b2e1fcf + 55fb1c2 commit 527f2aeCopy full SHA for 527f2ae
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:2.7.10-slim
2
MAINTAINER Dennis Coldwell <dennis.coldwell@gmail.com>
3
RUN apt-get -y update && apt-get -y install libpq-dev build-essential
4
-RUN pip install pgcli==0.20.1
+RUN pip install pgcli==1.4.0
5
ADD run-pgcli.sh /bin/run-pgcli.sh
6
ENTRYPOINT ["run-pgcli.sh"]
7
0 commit comments