Skip to content

Commit d49cce2

Browse files
authored
Merge pull request #1
Add missing and usefull os libraries
2 parents df0c243 + b689673 commit d49cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir /build && \
99
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A76C6C49C29687 && \
1010
apt-get -qq update && \
1111
apt-get -qq install -y build-essential libxml2-dev libffi-dev libssl-dev devscripts git equivs dh-virtualenv \
12-
python3 python3-pip \
12+
python3 python3-dev python3-pip libyaml-dev libmysqlclient-dev \
1313
python-dev python-virtualenv
1414

1515
RUN pip install -U setuptools pip && pip3 install -U setuptools pip

0 commit comments

Comments
 (0)