Skip to content

Commit

Permalink
Add dependencies for psycopg to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed May 18, 2015
1 parent 5a4952e commit 262f69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker/standalone/Dockerfile
Expand Up @@ -3,6 +3,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y supervisor python3 git python3-pip \
libxml2-dev libxslt1-dev python-dev python-virtualenv locales libffi-dev \
build-essential python3-dev zlib1g-dev libssl-dev npm gettext git \
libpq-dev \
--no-install-recommends

WORKDIR /
Expand Down

0 comments on commit 262f69a

Please sign in to comment.