Skip to content

Commit b12d3d7

Browse files
author
Doug Greiman
committed
python-interpreter-builder/Dockerfile FROM debian8 not base
Fixes GoogleCloudPlatform#60
1 parent 02f253b commit b12d3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-interpreter-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Google App Engine base image is debian (jessie) with ca-certificates
22
# installed.
3-
FROM gcr.io/google_appengine/base
3+
FROM gcr.io/google_appengine/debian8
44

55
# Install Python build dependencies
66
RUN apt-get update && apt-get install -yq \

0 commit comments

Comments
 (0)