mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix dev build
This commit is contained in:
parent
e40a051d4b
commit
2401168c13
|
@ -2,6 +2,7 @@ FROM golang:latest
|
|||
RUN go get github.com/chrislusf/seaweedfs/weed
|
||||
RUN rm -rf /go/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
|
||||
RUN rm -rf /go/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
|
||||
RUN go get github.com/chrislusf/seaweedfs/weed
|
||||
|
||||
# volume server gprc port
|
||||
EXPOSE 18080
|
||||
|
|
Loading…
Reference in a new issue