Fix repository error on debian:bullseye-slim
Fix repository error on latest debian:bullseye-slim base image
This commit is contained in:
parent
fc4e82bdb8
commit
961da5ff5d
2
6.0/Dockerfile
generated
2
6.0/Dockerfile
generated
|
@ -9,7 +9,7 @@ FROM debian:bullseye-slim
|
|||
RUN set -eux; \
|
||||
# change the repository server
|
||||
sed -i 's/deb.debian.org/repo.catswords.com/g' /etc/apt/sources.list; \
|
||||
sed -i 's/security.debian.org/repo.catswords.com\/debian-security/g' /etc/apt/sources.list; \
|
||||
sed -i 's/security.debian.org/repo.catswords.com/g' /etc/apt/sources.list; \
|
||||
# add backports for (potentially) newer QEMU firmware packages
|
||||
suite="$(awk '$1 == "deb" { print $3; exit }' /etc/apt/sources.list)"; \
|
||||
echo "deb http://repo.catswords.com/debian $suite-backports main" > /etc/apt/sources.list.d/backports.list; \
|
||||
|
|
Loading…
Reference in New Issue
Block a user