Skip to content

Commit 9136679

Browse files
author
Doug Greiman
committed
Fix Dockerfile reference to deleted directory.
The 'patches' directory was implicitly removed in GoogleCloudPlatform#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.
1 parent bd90681 commit 9136679

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python-interpreter-builder/Dockerfile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ENV LANG C.UTF-8
4343

4444
# Add build scripts
4545
ADD scripts /scripts
46-
ADD patches /patches
4746

4847
# Build the Python interpreters
4948
RUN /scripts/build-python-3.5.sh

0 commit comments

Comments
 (0)