mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
update terraform
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
b5a6b9e58d
commit
428300a35e
|
@ -24,7 +24,7 @@ RUN buildDeps=' \
|
||||||
&& mkdir -p /go/src/github.com/hashicorp /etc/terraform.d \
|
&& 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 \
|
&& 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 \
|
&& 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 \
|
&& mv bin/terraform /usr/bin/terraform \
|
||||||
&& apk del $buildDeps \
|
&& apk del $buildDeps \
|
||||||
&& rm -rf /go \
|
&& rm -rf /go \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user