Enable Debian updates repo

Backport below Wallaby switching bullseye to buster.

Closes-Bug: #1931544
Change-Id: I8460a4159c8da8ae0b856867e068d30fbffb4d34
This commit is contained in:
Radosław Piliszek 2021-06-10 08:24:30 +00:00
parent a6884085e1
commit 789c9c3b84
2 changed files with 12 additions and 0 deletions

View File

@ -4,5 +4,8 @@ deb http://deb.debian.org/debian bullseye main
# debian security updates
deb http://deb.debian.org/debian-security bullseye-security main
# debian updates
deb http://deb.debian.org/debian bullseye-updates main
# debian backports
deb http://deb.debian.org/debian bullseye-backports main

View File

@ -0,0 +1,9 @@
---
fixes:
- |
Fixes issues arising from the lack of Debian updates repo being enabled.
`LP#1931544 <https://launchpad.net/bugs/1931544>`__
other:
- |
Debian images enable the Debian updates repo now. This is aligned with
the base Debian image.