fix terraform

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-11-14 09:24:22 -05:00
parent d4c57dbd28
commit 91d6e966d3

View File

@@ -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