From 071c585f69b2db865140d1299112a916baf26cf3 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Tue, 5 Nov 2024 20:11:23 -0500 Subject: app-container: add space for IMAGE_INSTALL:append Signed-off-by: Chris Laplante Signed-off-by: Bruce Ashfield --- recipes-demo/images/app-container.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/images/app-container.bb b/recipes-demo/images/app-container.bb index 22d2ab9f..8188d57a 100644 --- a/recipes-demo/images/app-container.bb +++ b/recipes-demo/images/app-container.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app" CONTAINER_SHELL = "busybox" -IMAGE_INSTALL:append = "helloworld-flask" +IMAGE_INSTALL:append = " helloworld-flask" IMAGE_FSTYPES = "container oci" inherit image -- cgit v1.2.3-54-g00ecf