summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/images/container-app-base.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/images/container-app-base.bb b/recipes-extended/images/container-app-base.bb
index eabef989..34381ed2 100644
--- a/recipes-extended/images/container-app-base.bb
+++ b/recipes-extended/images/container-app-base.bb
@@ -14,4 +14,4 @@ CONTAINER_APP_CMD ?= "date"
14CONTAINER_APP ?= "" 14CONTAINER_APP ?= ""
15 15
16OCI_IMAGE_ENTRYPOINT = "${CONTAINER_APP_CMD}" 16OCI_IMAGE_ENTRYPOINT = "${CONTAINER_APP_CMD}"
17IMAGE_INSTALL:append = "${CONTAINER_APP}" 17IMAGE_INSTALL:append = " ${CONTAINER_APP}"