Skip to content

创建docker报错,日志如下 #13

@fengyuanluo

Description

@fengyuanluo

=> 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

[ 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 libxss1 --no-install-recommends:
0.446 Ign:1 http://deb.debian.org/debian bookworm InRelease
0.447 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
0.447 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
1.447 Ign:1 http://deb.debian.org/debian bookworm InRelease
1.448 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
1.448 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
3.448 Ign:1 http://deb.debian.org/debian bookworm InRelease
3.448 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
3.449 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
7.449 Err:1 http://deb.debian.org/debian bookworm InRelease
7.449 Temporary failure resolving 'deb.debian.org'
7.450 Err:2 http://deb.debian.org/debian bookworm-updates InRelease
7.450 Temporary failure resolving 'deb.debian.org'
7.450 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease
7.450 Temporary failure resolving 'deb.debian.org'
7.454 Reading package lists...
7.470 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease Temporary failure resolving 'deb.debian.org'
7.470 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease Temporary failure resolving 'deb.debian.org'
7.470 W: Failed to fetch http://deb.debian.org/debian-security/dists/bookworm-security/InRelease Temporary failure resolving 'deb.debian.org'
7.470 W: Some index files failed to download. They have been ignored, or old ones used instead.
7.479 Reading package lists...
7.489 Building dependency tree...
7.490 Reading state information...
7.491 Package fonts-freefont-ttf is not available, but is referred to by another package.
7.491 This may mean that the package is missing, has been obsoleted, or
7.491 is only available from another source
7.491
7.491 E: Unable to locate package chromium
7.491 E: Unable to locate package fonts-ipafont-gothic
7.491 E: Unable to locate package fonts-wqy-zenhei
7.491 E: Unable to locate package fonts-thai-tlwg
7.491 E: Unable to locate package fonts-kacst
7.491 E: Package 'fonts-freefont-ttf' has no installation candidate
7.491 E: Unable to locate package libxss1


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

谢谢!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions