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>
This commit is contained in:
Chris Laplante 2024-11-05 20:11:24 -05:00 committed by Bruce Ashfield
parent 071c585f69
commit f38e46c8d2

View File

@ -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"