We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504459a commit d9a4693Copy full SHA for d9a4693
build-tools/Dockerfile
@@ -133,12 +133,6 @@ RUN $ANDROID_HOME/tools/bin/sdkmanager --update
133
134
# Install Bazel build tool
135
136
-ENV BAZEL1_VERSION 1.2.1
137
-RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
138
- && echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
139
- && apt update && apt install -y bazel-$BAZEL1_VERSION \
140
- && ln -s /usr/bin/bazel-$BAZEL1_VERSION $BIN_DIRECTORY/bazel1
141
-
142
ENV BAZEL2_VERSION 2.2.0
143
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
144
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
0 commit comments