Skip to content

Commit

Permalink
Merge pull request GoogleContainerTools#77 from mattmoor/python-symlink
Browse files Browse the repository at this point in the history
Add a version-agnostic symlink
  • Loading branch information
mattmoor authored Jul 20, 2017
2 parents 4a99a19 + bc8a77d commit e4c72f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python2.7/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ docker_build(
entrypoint = [
"/usr/bin/python2.7",
],
symlinks = {
"/usr/bin/python": "/usr/bin/python2.7",
},
)

structure_test(
Expand Down

0 comments on commit e4c72f8

Please sign in to comment.