We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7db9de + 979cabf commit 872b307Copy full SHA for 872b307
terraform-aws/Dockerfile
@@ -9,7 +9,10 @@ ARG AWS_IAM_AUTH_VERSION=0.5.1
9
10
WORKDIR /tmp
11
12
-RUN apk add --update --no-cache --virtual .build-deps curl ca-certificates
+RUN apk add --no-cache --virtual .build-deps curl ca-certificates
13
+
14
+# Install general dependencies
15
+RUN apk add --no-cache git
16
17
# Install terraform
18
RUN curl -L https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
0 commit comments