Skip to content

Commit 540b21a

Browse files
jeffmendozaJon Wayne Parrott
authored andcommitted
Add comment about python runtime to Dockerfile (#662)
Need to link to source of Docker image
1 parent 4033f41 commit 540b21a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

endpoints/getting-started/Dockerfile.custom

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
15
FROM gcr.io/google_appengine/python
26

37
RUN apt-get update && \

0 commit comments

Comments
 (0)