Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Add psql client to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed May 8, 2017
1 parent 259abf1 commit 251a6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ADD . /app

WORKDIR /app
RUN pip install .
RUN apk add --update postgresql-client

WORKDIR /app/projects

Expand Down

0 comments on commit 251a6e4

Please sign in to comment.