mirror of https://github.com/grpc/grpc.git
parent
8f5c7eec65
commit
b53e707c3c
3 changed files with 18 additions and 9 deletions
@ -1,7 +1,10 @@ |
||||
#======================== |
||||
# Bazel installation |
||||
|
||||
# Must be in sync with tools/bazel.sh |
||||
ENV BAZEL_VERSION 0.24.1 |
||||
|
||||
RUN apt-get update && apt-get install -y wget && apt-get clean |
||||
RUN wget https://github.com/bazelbuild/bazel/releases/download/0.23.2/bazel-0.23.2-installer-linux-x86_64.sh && ${'\\'} |
||||
bash ./bazel-0.23.2-installer-linux-x86_64.sh && ${'\\'} |
||||
rm bazel-0.23.2-installer-linux-x86_64.sh |
||||
RUN wget "https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" && ${'\\'} |
||||
bash ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && ${'\\'} |
||||
rm bazel-$BAZEL_VERSION-installer-linux-x86_64.sh |
||||
|
Loading…
Reference in new issue