From d300866bc894c1a7f6b1dfc4c540df4ea0e07644 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Wed, 2 Aug 2023 14:20:24 +0200 Subject: [PATCH] dummy sources.list file --- bundles/apt/items.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 9f34902..d524690 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -50,6 +50,12 @@ files = { 'action:apt_update', }, }, + '/etc/apt/sources.list': { + 'content': '# managed by bundlewrap\n', + 'triggers': { + 'action:apt_update', + }, + }, '/etc/apt/listchanges.conf': { 'content': repo.libs.ini.dumps(node.metadata.get('apt/list_changes')), },