Skip to content

Commit

Permalink
Merge pull request #1
Browse files Browse the repository at this point in the history
Add missing and usefull os libraries
  • Loading branch information
fguillot authored Apr 19, 2017
2 parents df0c243 + b689673 commit d49cce2
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 @@ -9,7 +9,7 @@ RUN mkdir /build && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A76C6C49C29687 && \
apt-get -qq update && \
apt-get -qq install -y build-essential libxml2-dev libffi-dev libssl-dev devscripts git equivs dh-virtualenv \
python3 python3-pip \
python3 python3-dev python3-pip libyaml-dev libmysqlclient-dev \
python-dev python-virtualenv

RUN pip install -U setuptools pip && pip3 install -U setuptools pip
Expand Down

0 comments on commit d49cce2

Please sign in to comment.