about summary refs log tree commit diff
path: root/bundles/alpine-base/items.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:28:30 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:28:30 +0100
commita01a1f4a3b6f839a5dee11a8abe172179c976194 (patch)
treea430f60490ee603c7e1b0a0f3e9b24c432bd619d /bundles/alpine-base/items.py
parent2d69761436a384a69889120258616dd644c86e7b (diff)
alpine-base: install base packages + include default profile
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/alpine-base/items.py')
-rw-r--r--bundles/alpine-base/items.py6
1 files changed, 6 insertions, 0 deletions
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",
+    },
+}