Skip to content

Commit 0eeaf3a

Browse files
committed
Fix Debian 11 backports URL
It was moved to `archive.debian.org` domain.
1 parent f572c92 commit 0eeaf3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wheel-build/run_podman_full_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ def install_packages() -> None:
157157
podman_exec(
158158
"bash",
159159
"-c",
160-
f"echo 'deb http://deb.debian.org/debian {DEBIAN_NAME}-backports main'"
160+
"echo 'deb http://archive.debian.org/debian "
161+
f"{DEBIAN_NAME}-backports main'"
161162
" > /etc/apt/sources.list.d/backports.list"
162163
)
163164
podman_exec("apt-get", "update", env=deb_env)

0 commit comments

Comments
 (0)