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

Commit

Permalink
add build-essential dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
miltontony committed Jul 9, 2014
1 parent cf6744c commit 91d3da6
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 @@ -8,7 +8,7 @@ MAINTAINER Preakelt Foundation dev@praekelt.com
RUN apt-get update

# Install Python and Basic Python Tools
RUN apt-get install --no-install-recommends -y curl tar python python-dev python-distribute python-pip python-virtualenv postgresql-client libpq-dev
RUN apt-get install --no-install-recommends -y curl tar build-essential python python-dev python-distribute python-pip python-virtualenv postgresql-client libpq-dev
RUN apt-get remove -y perl --auto-remove

# Copy the application folder inside the container
Expand Down

0 comments on commit 91d3da6

Please sign in to comment.