Docker 严重失败
作者: giddily创建于 2026年6月11日更新于 2026年9月5日
1.322 Ign:3 http://deb.debian.org/debian-security trixie-security InRelease 1.323 Ign:2 http://deb.debian.org/debian trixie-updates InRelease 1.324 Ign:1 http://deb.debian.org/debian trixie InRelease 3.324 Ign:1 http://deb.debian.org/debian trixie InRelease 3.325 Ign:2 http://deb.debian.org/debian trixie-updates InRelease 3.325 Ign:3 http://deb.debian.org/debian-security trixie-security InRelease 7.327 Err:3 http://deb.debian.org/debian-security trixie-security InRelease 7.327 临时失败解析 'deb.debian.org' 7.327 Err:2 http://deb.debian.org/debian trixie-updates InRelease 7.327 临时失败解析 'deb.debian.org' 7.327 Err:1 http://deb.debian.org/debian trixie InRelease 7.327 临时失败解析 'deb.debian.org' 7.336 正在读取包清单... 8.263 E: 仓库 'https://mirrors.tuna.tsinghua.edu.cn/debian bookworm-security Release' 没有 Release 文件。
Dockerfile:13
12 | # 安装系统依赖
13 | >>> RUN apt-get update && apt-get install -y
14 | >>> curl
15 | >>> gnupg
16 | >>> build-essential
17 | >>> git
18 | >>> && rm -rf /var/lib/apt/lists/*
19 |
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl gnupg build-essential git && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
内容来源: cv-cat/Spider_XHS