From 2fd62e9020525ba3e09c9b2abb33af9ef06d209d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 14 Dec 2018 10:56:03 -0500 Subject: [PATCH] Changes in Go don't like the old import path --- scripts/cross/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 96875406a7..b3a7d7e0a4 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -29,8 +29,8 @@ ENV GOROOT /goroot ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH RUN go get github.com/mitchellh/gox -RUN go get github.com/elazarl/go-bindata-assetfs/... -RUN go get github.com/hashicorp/go-bindata/... +RUN go get github.com/elazarl/go-bindata-assetfs +RUN go get github.com/hashicorp/go-bindata RUN mkdir -p /gopath/src/github.com/hashicorp/vault WORKDIR /gopath/src/github.com/hashicorp/vault