mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Changes in Go don't like the old import path
This commit is contained in:
parent
8bcd7a2454
commit
2fd62e9020
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue