8888e938f43dd68eb632f7003605588b62b02999
[platform/upstream/grpc.git] / templates / tools / dockerfile / bazel.include
1 #========================
2 # Bazel installation
3
4 RUN apt-get update && apt-get install -y wget && apt-get clean
5 RUN wget https://github.com/bazelbuild/bazel/releases/download/0.23.2/bazel-0.23.2-installer-linux-x86_64.sh && ${'\\'}
6   bash ./bazel-0.23.2-installer-linux-x86_64.sh && ${'\\'}
7   rm bazel-0.23.2-installer-linux-x86_64.sh