This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ RUN set -eux; \
99
99
curl -L ${CODER_DOWNLOAD_URL} | tar xfz - -C /opt/coder/cli --strip-components=1; \
100
100
curl -L ${GITHUB_CLI_DOWNLOAD_URL} | tar xfz - -C /opt/github/cli --strip-components=1; \
101
101
curl -L ${HELM_DOWNLOAD_URL} | tar xfz - -C /opt/helm --strip-components=1; \
102
- curl -L ${TERRAFORM_DOWNLOAD_URL} | bsdtar xfz - --strip-components=1 - C /opt/hashicorp/terraform; \
102
+ curl -L ${TERRAFORM_DOWNLOAD_URL} | bsdtar xfz - -C /opt/hashicorp/terraform; \
103
103
curl -fsSL -o /usr/local/bin/bazel ${BAZELISK_DOWNLOAD_URL}; \
104
104
curl -fsSL -o /usr/local/bin/bazel-buildifier ${BAZEL_BUILDIFIER_DOWNLOAD_URL}; \
105
105
curl -fsSL -o /usr/local/bin/bazel-buildozer ${BAZEL_BUILDOZER_DOWNLOAD_URL}; \
106
106
curl -fsSL -o /usr/local/bin/bazel-unused-deps ${BAZEL_UNUSED_DEPS_DOWNLOAD_URL};
107
107
108
108
# Let the user execute `kubectl` and `bazel` (which is just Bazelisk so we don't have to have a Java environment in this image)
109
- RUN chmod +x /usr/local/bin/kubectl /usr/local/bin/bazel /usr/local/bin/bazel-*
109
+ RUN chmod +x /usr/local/bin/kubectl /usr/local/bin/bazel /usr/local/bin/bazel-* /opt/hashicorp/terraform/terraform
110
110
111
111
# Set back to our user!
112
112
USER ${USERNAME}
You can’t perform that action at this time.
0 commit comments