From c791302be7f8501d3bcf29ab34fd78fef4f55d52 Mon Sep 17 00:00:00 2001 From: NishantZo <142472767+NishantZo@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:42:18 +0530 Subject: [PATCH] Update Dockerfile jq package issue will be resolved with this --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ab34a7..05ee004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ LABEL "maintainer"="Alessandro Vozza" ADD entrypoint.sh /entrypoint.sh RUN ["chmod", "+x", "/entrypoint.sh"] +RUN ["tdnf", "install", "-y", "jq"] ENTRYPOINT ["/entrypoint.sh"] -FROM runtime \ No newline at end of file +FROM runtime