mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 \
|
||||
&& 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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user