mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix terraform
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
d4c57dbd28
commit
91d6e966d3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user