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 b13ccab commit 01f4d22Copy full SHA for 01f4d22
oci/package-app.bash
@@ -11,6 +11,8 @@ buildah copy --from $CTN_TGFOCUS $CTN_PACK \
11
buildah copy --from $CTN_TGFOCUS $CTN_PACK \
12
'/tg-focus/build/tf-focusd' '/usr/local/bin'
13
14
+buildah run $CTN_PACK -- sh -c "apk add --no-cache nano"
15
+
16
buildah config --cmd "/bin/sh -c tf-focusd" $CTN_PACK
17
18
buildah commit $CTN_PACK tg-focus
0 commit comments