提交 f9118aa8 编写于 作者: Q quicksilver 提交者: yefu.chen

Clean go module cache into devcontainer

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 66a2ec9f
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册