openbts-umts: fix apt: use archive.debian.org

This helps to get access to Debian 8 repositories in 2024.

Change-Id: Ia869476feeb67e2b3313b5d75ca01eaff41597ba
This commit is contained in:
Vadim Yanitskiy 2024-03-20 17:09:44 +07:00
parent 3342c16ca7
commit 97b719db53
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,9 @@
FROM debian:jessie
# https://unix.stackexchange.com/a/755022
COPY sources.list /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y --no-install-recommends \
--no-install-suggests \

View File

@ -0,0 +1,4 @@
# https://unix.stackexchange.com/a/755022
# Keys Expired But I ~~Want~~ Need To Hold On To The Past
deb [trusted=yes] http://archive.debian.org/debian jessie main
deb [trusted=yes] http://archive.debian.org/debian-security jessie/updates main