Skip to content

Commit

Permalink
Merge pull request #3 from kool-dev/add-git
Browse files Browse the repository at this point in the history
add git (required for terraform init)
  • Loading branch information
dbpolito committed Nov 27, 2020
2 parents f7db9de + 979cabf commit 872b307
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ ARG AWS_IAM_AUTH_VERSION=0.5.1

WORKDIR /tmp

RUN apk add --update --no-cache --virtual .build-deps curl ca-certificates
RUN apk add --no-cache --virtual .build-deps curl ca-certificates

# Install general dependencies
RUN apk add --no-cache git

# Install terraform
RUN curl -L https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
Expand Down

0 comments on commit 872b307

Please sign in to comment.