docker 严重失败
Author: giddilyCreated Jun 11, 2026Updated Sep 5, 2026
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 Temporary failure resolving 'deb.debian.org' 7.327 Err:2 http://deb.debian.org/debian trixie-updates InRelease 7.327 Temporary failure resolving 'deb.debian.org' 7.327 Err:1 http://deb.debian.org/debian trixie InRelease 7.327 Temporary failure resolving 'deb.debian.org' 7.336 Reading package lists... 8.263 E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/debian bookworm-security Release' does not have a Release file.
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
Source: cv-cat/Spider_XHS