aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/bazel.include
blob: ee4f9556af522643e29d62976168c4ee9548bf80 (plain)
1
2
3
4
5
#========================
# Bazel installation
RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean