-4

安装 glide 失败:

Step 3/17 : RUN curl https://glide.sh/get | sh
...
Step 5/17 : RUN glide install
...
/bin/sh: 1: glide: not found
The command '/bin/sh -c glide install' returned a non-zero code: 127

当我访问时https://glide.sh/get,我得到证书错误...是否仍在使用 glide?我应该将我的 Dockerfile 重写为安装依赖项的一些新方法吗?

4

1 回答 1

3

滑翔还在使用吗?

不。

我应该将我的 Dockerfile 重写为安装依赖项的一些新方法吗?

是的当然。使用 Go 模块。请参阅https://golang.org/doc/modules/managing-dependencies

于 2021-06-02T09:42:18.417 回答