Skip to content

Commit 21818bd

Browse files
committed
including libtemplate-perl as a dependency
1 parent 1a6fd39 commit 21818bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloudbuild/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN /usr/bin/curl -s https://bazel.build/bazel-release.pub.gpg | \
2222
dd of="${bazel_repo_file}" status=none && \
2323
apt-get update -qq
2424
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 && \
25+
apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} \
26+
libtemplate-perl > /dev/null 2>&1 && \
2627
apt-get clean
2728

2829
# Set bazel-${bazel_version} as the default bazel alternative in this container

0 commit comments

Comments
 (0)