-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
创建docker报错,日志如下 #13
Comments
本地部署报错 failed to fetch global config RequestError: read ECONNRESET |
使用 |
=> ERROR [ 2/14] RUN apt-get update && apt-get install -y chromium fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf lib 7.6s
Dockerfile:4
3 | # 安装 chromium 及字体
4 | >>> RUN apt-get update
5 | >>> && apt-get install -y chromium
6 | >>> fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1
7 | >>> --no-install-recommends
8 |
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y chromium fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends" did not complete successfully: exit code: 100
谢谢!
The text was updated successfully, but these errors were encountered: