Skip to content

Commit

Permalink
Add python-dev to dependencies
Browse files Browse the repository at this point in the history
Without this pip install aws-cli fails
  • Loading branch information
jhawthorn committed Dec 16, 2016
1 parent ae139a8 commit 95be504
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 @@ -26,7 +26,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu $(lsb_release -sc) con
zlib1g zlib1g-dev \
libyaml-dev libgdbm-dev libncurses5-dev libffi-dev libgmp3-dev \
libxslt-dev libxml2-dev \
python python-pip \
python python-pip python-dev \
nodejs-legacy npm \
postgresql libpq-dev postgresql-contrib \
mysql-server libmysqlclient-dev \
Expand Down

0 comments on commit 95be504

Please sign in to comment.