From a01a1f4a3b6f839a5dee11a8abe172179c976194 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:28:30 +0100 Subject: alpine-base: install base packages + include default profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/alpine-base/items.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bundles/alpine-base/items.py') diff --git a/bundles/alpine-base/items.py b/bundles/alpine-base/items.py index 459f348..0aee9cf 100644 --- a/bundles/alpine-base/items.py +++ b/bundles/alpine-base/items.py @@ -9,3 +9,9 @@ actions = { } # TODO: weekly apk update cronjob? + +files = { + "/etc/profile.d/90custom.sh": { + "source": "profile.sh", + }, +} -- cgit 1.4.1