aboutsummaryrefslogtreecommitdiffstats
path: root/ci.d/apk
diff options
context:
space:
mode:
Diffstat (limited to 'ci.d/apk')
-rw-r--r--ci.d/apk11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci.d/apk b/ci.d/apk
new file mode 100644
index 0000000..e622754
--- /dev/null
+++ b/ci.d/apk
@@ -0,0 +1,11 @@
+#!/usr/bin/env sh
+
+# apk_upgrade
+apk_upgrade() {
+ lxc_do apk upgrade
+}
+
+# apk_install $PACKAGES
+apk_install() {
+ lxc_do apk add "$@"
+}