小天管理 发表于 2024年6月19日 发表于 2024年6月19日 我打算本地部署个 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
已推荐帖子