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