mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
fix terraform
Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
parent
152a1d56ad
commit
c70cf86b55
|
@ -19,10 +19,6 @@ WORKDIR /go/src/github.com/hashicorp/terraform
|
|||
|
||||
RUN git checkout "${TERRAFORM_VERSION}"
|
||||
|
||||
# Install the vendor packages so stringer works.
|
||||
# See: https://github.com/golang/go/issues/10249
|
||||
RUN go install ./vendor/...
|
||||
|
||||
RUN XC_ARCH="amd64" XC_OS="linux" LD_FLAGS=" -extldflags -static" make fmt bin \
|
||||
&& mv bin/terraform /usr/bin/terraform
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user