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