Skip to content

Commit 872b307

Browse files
authored
Merge pull request #3 from kool-dev/add-git
add git (required for terraform init)
2 parents f7db9de + 979cabf commit 872b307

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

terraform-aws/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ ARG AWS_IAM_AUTH_VERSION=0.5.1
99

1010
WORKDIR /tmp
1111

12-
RUN apk add --update --no-cache --virtual .build-deps curl ca-certificates
12+
RUN apk add --no-cache --virtual .build-deps curl ca-certificates
13+
14+
# Install general dependencies
15+
RUN apk add --no-cache git
1316

1417
# Install terraform
1518
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

Comments
 (0)