Skip to content

Commit

Permalink
apt-get python-dev also seems to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
triggers committed Jul 20, 2016
1 parent cf373db commit cd6be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM jupyter/systemuser

# Install psychopg2
RUN apt-get update
RUN apt-get -y install libpq-dev
RUN apt-get -y install libpq-dev python-dev
RUN pip install psycopg2
RUN /opt/conda/envs/python2/bin/pip install psycopg2

Expand Down

0 comments on commit cd6be7b

Please sign in to comment.