Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e203b8 commit b08b474Copy full SHA for b08b474
Dockerfile
@@ -6,7 +6,7 @@ FROM gcr.io/google_appengine/base
6
# Python libraries.
7
RUN apt-get -q update && \
8
apt-get install --no-install-recommends -y -q \
9
- python2.7 python3.4 python-pip python-dev build-essential git mercurial \
+ python2.7 python3.4 python2.7-dev python3.4-dev python-pip build-essential git mercurial \
10
libffi-dev libssl-dev libxml2-dev \
11
libxslt1-dev libpq-dev libmysqlclient-dev libcurl4-openssl-dev \
12
libjpeg-dev zlib1g-dev libpng12-dev && \
0 commit comments