mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Changes in Go don't like the old import path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user