fix dev docker build

This commit is contained in:
Chris Lu 2020-01-01 09:47:25 -08:00
parent aa1807e082
commit e40a051d4b

View file

@ -1,5 +1,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
# volume server gprc port
EXPOSE 18080