diff --git a/dockerfiles/rhel9-kuma/Dockerfile b/dockerfiles/rhel9-kuma/Dockerfile index e198aabd70346c769c394bfbf092b873bdfc9c16..e120d5c882fa0ca9f31eae8d6ccd743d29d633c5 100644 --- a/dockerfiles/rhel9-kuma/Dockerfile +++ b/dockerfiles/rhel9-kuma/Dockerfile @@ -11,6 +11,7 @@ RUN yum install -y \ xz bzip2 file gnupg2 hostname iproute unzip\ python3 python3-pip python3-setuptools python3-boto3 \ git subversion mercurial \ + glibc-gconv-extra \ jq \ && yum -y clean all && rm -fr /var/cache