mirror of https://github.com/milvus-io/milvus.git
Clean go module cache into devcontainer
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/4973/head^2
parent
66a2ec9fe2
commit
f9118aa841
|
@ -46,6 +46,7 @@ RUN mkdir -p /usr/local/go && wget -qO- "https://golang.org/dl/go1.15.2.linux-am
|
|||
go get -v github.com/uudashr/gopkgs/v2/cmd/gopkgs && \
|
||||
go get -v github.com/go-delve/delve/cmd/dlv && \
|
||||
go get -v honnef.co/go/tools/cmd/staticcheck && \
|
||||
go clean --modcache && \
|
||||
chmod -R 777 "$GOPATH" && chmod -R a+w $(go env GOTOOLDIR)
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
|
|
@ -12,4 +12,4 @@ pytest-level==0.1.1
|
|||
pytest-xdist==2.2.1
|
||||
pymilvus-distributed==0.0.48
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
|
|
Loading…
Reference in New Issue