Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ba4df1

Browse files
authored
docs: fix offline dockerfile bug (#16923)
bug caused via the `apk del terraform` line in our Dockerfile, whichdoes not yet exist in the Alpine Linux OS.removing this line (18) results in successful builds.
1 parent673294d commit7ba4df1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎docs/install/offline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ RUN mkdir -p /opt/terraform
5757
# for supported Terraform versions.
5858
ARG TERRAFORM_VERSION=1.11.0
5959
RUN apk update && \
60-
apk del terraform && \
6160
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
6261
&& unzip -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
6362
&& mv terraform /opt/terraform \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp