Revert "Build: Fixed debian ports repo"

This reverts commit 0e25c5d282.

Signed-off-by: 吴小白 <296015668@qq.com>
This commit is contained in:
吴小白 2026-04-12 13:26:19 +08:00 committed by Lu Zeng
parent 2152cd57ba
commit 45d55db3be
1 changed files with 0 additions and 9 deletions

View File

@ -19,15 +19,6 @@ ARG DEPENDENCIES=" \
python3-setuptools \
xz-utils"
RUN echo "deb http://snapshot.debian.org/archive/debian-ports/20250801T194242Z/ sid main" > /etc/apt/sources.list && \
( echo 'quiet "true";'; \
echo 'APT::Get::Assume-Yes "true";'; \
echo 'APT::Install-Recommends "false";'; \
echo 'Acquire::Check-Valid-Until "false";'; \
echo 'Acquire::Retries "5";'; \
) > /etc/apt/apt.conf.d/99cpython-portable && \
rm -f /etc/apt/sources.list.d/*
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update \