mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 17:56:12 +08:00
fix dev docker build
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM golang:latest
|
FROM golang:latest
|
||||||
RUN go get github.com/chrislusf/seaweedfs/weed
|
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
|
||||||
|
|
||||||
# volume server gprc port
|
# volume server gprc port
|
||||||
EXPOSE 18080
|
EXPOSE 18080
|
||||||
|
|||||||
Reference in New Issue
Block a user