mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 06:01:08 +01:00
Changes in Go don't like the old import path
This commit is contained in:
parent
8bcd7a2454
commit
2fd62e9020
@ -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…
x
Reference in New Issue
Block a user