Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4149230

Browse files
committed
this should probably fix it iunno
1 parent 9951485 commit 4149230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN set -eux; \
106106
curl -fsSL -o /usr/local/bin/bazel ${BAZELISK_DOWNLOAD_URL}; \
107107
curl -fsSL -o /usr/local/bin/bazel-buildifier ${BAZEL_BUILDIFIER_DOWNLOAD_URL}; \
108108
curl -fsSL -o /usr/local/bin/bazel-buildozer ${BAZEL_BUILDOZER_DOWNLOAD_URL}; \
109-
curl -fsSL -o /usr/local/bin/bazel-unused-deps ${BAZEL_UNUSED_DEPS_DOWNLOAD_URL};
109+
curl -fsSL -o /usr/local/bin/bazel-unused-deps ${BAZEL_UNUSED_DEPS_DOWNLOAD_URL}
110110

111111
RUN chmod +x /usr/local/bin/kubectl /usr/local/bin/bazel /usr/local/bin/bazel-* /opt/hashicorp/terraform/terraform
112112

0 commit comments

Comments
 (0)