We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 12/17 : RUN apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev ---> Running in fbf9ef188db9 fetch https://mirrors.ustc.edu.cn/alpine/v3.13/main/x86_64/APKINDEX.tar.gz ERROR: https://mirrors.ustc.edu.cn/alpine/v3.13/main: temporary error (try again later) WARNING: Ignoring https://mirrors.ustc.edu.cn/alpine/v3.13/main: No such file or directory fetch https://mirrors.ustc.edu.cn/alpine/v3.13/community/x86_64/APKINDEX.tar.gz ERROR: https://mirrors.ustc.edu.cn/alpine/v3.13/community: temporary error (try again later) WARNING: Ignoring https://mirrors.ustc.edu.cn/alpine/v3.13/community: No such file or directory 2 errors; 14 distinct packages available The command '/bin/sh -c apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev' returned a non-zero code: 2 ERROR: Service 'authcheck' failed to build
The text was updated successfully, but these errors were encountered:
解决了,需要重启docker ,估计是虚拟机docker环境网络管理问题
Sorry, something went wrong.
No branches or pull requests
Step 12/17 : RUN apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev
---> Running in fbf9ef188db9
fetch https://mirrors.ustc.edu.cn/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
ERROR: https://mirrors.ustc.edu.cn/alpine/v3.13/main: temporary error (try again later)
WARNING: Ignoring https://mirrors.ustc.edu.cn/alpine/v3.13/main: No such file or directory
fetch https://mirrors.ustc.edu.cn/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
ERROR: https://mirrors.ustc.edu.cn/alpine/v3.13/community: temporary error (try again later)
WARNING: Ignoring https://mirrors.ustc.edu.cn/alpine/v3.13/community: No such file or directory
2 errors; 14 distinct packages available
The command '/bin/sh -c apk update && apk upgrade && apk add gcc g++ linux-headers python3 python3-dev' returned a non-zero code: 2
ERROR: Service 'authcheck' failed to build
The text was updated successfully, but these errors were encountered: