安装 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 重写为安装依赖项的一些新方法吗?