summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Laplante <chris.laplante@agilent.com>2024-11-05 20:11:24 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-12 23:14:10 +0000
commitf38e46c8d285f7666354eb52458480f01803f456 (patch)
tree5d8db854d61599fcd2b4688b4c310005124ab161
parent071c585f69b2db865140d1299112a916baf26cf3 (diff)
downloadmeta-virtualization-f38e46c8d285f7666354eb52458480f01803f456.tar.gz
app-container-curl: add space for IMAGE_INSTALL:append
Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-demo/images/app-container-curl.bb2
1 files changed, 1 insertions, 1 deletions
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"
43OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80" 43OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80"
44CONTAINER_SHELL = "busybox" 44CONTAINER_SHELL = "busybox"
45 45
46IMAGE_INSTALL:append = "curl" 46IMAGE_INSTALL:append = " curl"