From ee801a8250f5624a65695ae190dff56344b56939 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Sat, 22 Jun 2024 21:42:17 +0200 Subject: [PATCH] missing dependencies in the base image --- dockerfiles/rhel9-kuma/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/rhel9-kuma/Dockerfile b/dockerfiles/rhel9-kuma/Dockerfile index e198aab..e120d5c 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 -- GitLab