There was an error while loading. Please reload this page.
1 parent a301bc9 commit 461d1bcCopy full SHA for 461d1bc
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python:2.7-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
5
+
6
+ENTRYPOINT ["pgcli"]
7
0 commit comments