Skip to content

Commit 461d1bc

Browse files
committed
initial Dockerfile for pgcli
1 parent a301bc9 commit 461d1bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)