Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b08b474

Browse files
author
Jonathan Wayne Parrott
committed
Include python 3.4 dev headers
These are required to build binary packages for python 3.
1 parent 7e203b8 commit b08b474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM gcr.io/google_appengine/base
66
# Python libraries.
77
RUN apt-get -q update && \
88
apt-get install --no-install-recommends -y -q \
9-
python2.7 python3.4 python-pip python-dev build-essential git mercurial \
9+
python2.7 python3.4 python2.7-dev python3.4-dev python-pip build-essential git mercurial \
1010
libffi-dev libssl-dev libxml2-dev \
1111
libxslt1-dev libpq-dev libmysqlclient-dev libcurl4-openssl-dev \
1212
libjpeg-dev zlib1g-dev libpng12-dev && \

0 commit comments

Comments
 (0)