From f38e46c8d285f7666354eb52458480f01803f456 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Tue, 5 Nov 2024 20:11:24 -0500 Subject: [PATCH] app-container-curl: add space for IMAGE_INSTALL:append Signed-off-by: Chris Laplante Signed-off-by: Bruce Ashfield --- recipes-demo/images/app-container-curl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/images/app-container-curl.bb b/recipes-demo/images/app-container-curl.bb index 51451300..ddeb3022 100644 --- a/recipes-demo/images/app-container-curl.bb +++ b/recipes-demo/images/app-container-curl.bb @@ -43,4 +43,4 @@ OCI_IMAGE_TAG = "easy" OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80" CONTAINER_SHELL = "busybox" -IMAGE_INSTALL:append = "curl" +IMAGE_INSTALL:append = " curl"