Skip to content

Commit

Permalink
this should probably fix it iunno
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 13, 2024
1 parent 9951485 commit 4149230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN set -eux; \
curl -fsSL -o /usr/local/bin/bazel ${BAZELISK_DOWNLOAD_URL}; \
curl -fsSL -o /usr/local/bin/bazel-buildifier ${BAZEL_BUILDIFIER_DOWNLOAD_URL}; \
curl -fsSL -o /usr/local/bin/bazel-buildozer ${BAZEL_BUILDOZER_DOWNLOAD_URL}; \
curl -fsSL -o /usr/local/bin/bazel-unused-deps ${BAZEL_UNUSED_DEPS_DOWNLOAD_URL};
curl -fsSL -o /usr/local/bin/bazel-unused-deps ${BAZEL_UNUSED_DEPS_DOWNLOAD_URL}

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

Expand Down

0 comments on commit 4149230

Please sign in to comment.