Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add psql client
  • Loading branch information
mvogl committed Jul 27, 2017
1 parent f1a205f commit b3fd29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -3,5 +3,6 @@ ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
ADD config/requirements.txt /code/
RUN apt-get update && apt-get install -y postgresql-client
RUN pip3 install -r requirements.txt
ADD . /code/

0 comments on commit b3fd29b

Please sign in to comment.