There was an error while loading. Please reload this page.
1 parent 98ea786 commit 5356c97Copy full SHA for 5356c97
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:2.7-slim
+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
+RUN pip install pgcli==0.19.2
5
ADD run-pgcli.sh /bin/run-pgcli.sh
6
CMD ["run-pgcli.sh"]
7
0 commit comments