aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/go_path.include
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 11:27:14 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 11:27:14 -0700
commit30499760db987c67fe71839c52c24473a5365e0c (patch)
tree9b9965393a6346ee9b0b34032349925b366b9532 /templates/tools/dockerfile/go_path.include
parent0b9fdd8adc4b2d167e33a6d39e7ff4a46ef9a65c (diff)
parentc3d869ef5853c4cfad57b7d3694d5260eeb7ce75 (diff)
Merge branch 'master' into server_channel_affinity
Diffstat (limited to 'templates/tools/dockerfile/go_path.include')
-rw-r--r--templates/tools/dockerfile/go_path.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/go_path.include b/templates/tools/dockerfile/go_path.include
new file mode 100644
index 0000000000..a41cc49d38
--- /dev/null
+++ b/templates/tools/dockerfile/go_path.include
@@ -0,0 +1,2 @@
+# Using login shell removes Go from path, so we add it.
+RUN ln -s /usr/local/go/bin/go /usr/local/bin