We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033f41 commit 540b21aCopy full SHA for 540b21a
endpoints/getting-started/Dockerfile.custom
@@ -1,3 +1,7 @@
1
+# The Google App Engine python runtime is Debian Jessie with Python installed
2
+# and various os-level packages to allow installation of popular Python
3
+# libraries. The source is on github at:
4
+# https://github.com/GoogleCloudPlatform/python-docker
5
FROM gcr.io/google_appengine/python
6
7
RUN apt-get update && \
0 commit comments