Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Workaround for moby/moby#6345
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Yamey committed Apr 19, 2015
1 parent d6cc49f commit 516a415
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 @@ -11,6 +11,7 @@ RUN locale-gen en_US.UTF-8
RUN apt-get install -y build-essential python-dev python-pip

# PostgreSQL client libraries
RUN ln -s -f /bin/true /usr/bin/chfn
RUN apt-get install -y postgresql postgresql-contrib libpq-dev

# Add the source code
Expand Down

0 comments on commit 516a415

Please sign in to comment.