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 1a6fd39 commit 21818bdCopy full SHA for 21818bd
cloudbuild/Dockerfile
@@ -22,7 +22,8 @@ RUN /usr/bin/curl -s https://bazel.build/bazel-release.pub.gpg | \
22
dd of="${bazel_repo_file}" status=none && \
23
apt-get update -qq
24
RUN apt-get autoremove -y -qq > /dev/null 2>&1 && \
25
- apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} > /dev/null 2>&1 && \
+ apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} \
26
+ libtemplate-perl > /dev/null 2>&1 && \
27
apt-get clean
28
29
# Set bazel-${bazel_version} as the default bazel alternative in this container
0 commit comments