From 9136679d4f2684b5ea595e20fb32839cfe44d81c Mon Sep 17 00:00:00 2001 From: Doug Greiman Date: Thu, 24 Aug 2017 15:58:50 -0700 Subject: [PATCH] Fix Dockerfile reference to deleted directory. The 'patches' directory was implicitly removed in https://github.com/GoogleCloudPlatform/python-runtime/pull/142 when we deleted the last file in it. However, this wasn't found in testing because my local client still had a patches directory. --- python-interpreter-builder/Dockerfile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/python-interpreter-builder/Dockerfile.in b/python-interpreter-builder/Dockerfile.in index 83640de3..eba153e9 100644 --- a/python-interpreter-builder/Dockerfile.in +++ b/python-interpreter-builder/Dockerfile.in @@ -43,7 +43,6 @@ ENV LANG C.UTF-8 # Add build scripts ADD scripts /scripts -ADD patches /patches # Build the Python interpreters RUN /scripts/build-python-3.5.sh