We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ea7bd commit c623682Copy full SHA for c623682
bazel/external/Dockerfile.bazel
@@ -78,4 +78,5 @@ RUN curl -LO https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSI
78
# If it takes more than 2 hours, restart the Docker build.
79
ENV EXTRA_BAZEL_ARGS="--tool_java_runtime_version=local_jdk"
80
RUN ./compile.sh && \
81
- cp /output/bazel /usr/bin/bazel
+ mv /output/bazel /usr/bin/bazel && \
82
+ rm -rf /root/bazel /root/bazel-${BAZEL_VERSION}-dist.zip
0 commit comments