update terraform

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-03 14:48:59 -05:00
parent b5a6b9e58d
commit 428300a35e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -24,7 +24,7 @@ RUN buildDeps=' \
&& mkdir -p /go/src/github.com/hashicorp /etc/terraform.d \
&& git clone --depth 1 --branch ${TERRAFORM_VERSION} https://github.com/hashicorp/terraform /go/src/github.com/hashicorp/terraform \
&& cd /go/src/github.com/hashicorp/terraform \
&& XC_ARCH="amd64" XC_OS="linux" make bin \
&& XC_ARCH="amd64" XC_OS="linux" make fmt bin \
&& mv bin/terraform /usr/bin/terraform \
&& apk del $buildDeps \
&& rm -rf /go \