We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c916ec1 commit 2c8ea03Copy full SHA for 2c8ea03
docker/base/sources.list.debian
@@ -4,6 +4,9 @@ deb http://deb.debian.org/debian buster main
4
# debian security updates
5
deb http://security.debian.org/debian-security buster/updates main
6
7
+# debian updates
8
+deb http://deb.debian.org/debian buster-updates main
9
+
10
# debian backports
11
deb http://deb.debian.org/debian buster-backports main
12
releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml
@@ -0,0 +1,9 @@
1
+---
2
+fixes:
3
+ - |
+ 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.
0 commit comments