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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
ENV TERRAFORM_VERSION v0.11.10 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 WORKDIR /go/src/github.com/hashicorp/terraform