diff --git a/terraform/Dockerfile b/terraform/Dockerfile index d8a6d33..8a9dc09 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ ENV TERRAFORM_VERSION v0.11.10 -RUN go get github.com/hashicorp/terraform +RUN go get github.com/hashicorp/terraform || true WORKDIR /go/src/github.com/hashicorp/terraform