docker build 总是出现这样的问题? 大概率是哪方面问题?

查看 18|回复 0
作者:KINGWAY   
我打算本地部署个 appflowy, 跑 docker build -t appflowy . 最后总是出现这样的错误,找了好几天也没发现哪里有问题,请教各位大佬提示下如何排错。
Dockerfile:33
31 | RUN yay -S --noconfirm curl base-devel openssl clang cmake ninja pkg-config xdg-user-dirs
32 | RUN xdg-user-dirs-update
33 | >>> RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
34 | RUN source ~/.cargo/env &&
35 | rustup toolchain install 1.75 && \
ERROR: failed to solve: process "/bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y" did not complete successfully: exit code: 1
您需要登录后才可以回帖 登录 | 立即注册

返回顶部