8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
#========================
|
|
# Bazel installation
|
|
|
|
RUN apt-get update && apt-get install -y wget && apt-get clean
|
|
RUN wget https://github.com/bazelbuild/bazel/releases/download/0.20.0/bazel-0.20.0-installer-linux-x86_64.sh && ${'\\'}
|
|
bash ./bazel-0.20.0-installer-linux-x86_64.sh && ${'\\'}
|
|
rm bazel-0.20.0-installer-linux-x86_64.sh
|