From 8ccf8213267f830b066d37c67e8deb635c2ed909 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <networms@gmail.ch>
Date: Sun, 23 Jun 2024 23:15:09 +0200
Subject: [PATCH] missing packages

---
 dockerfiles/rhel9-kuma/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dockerfiles/rhel9-kuma/Dockerfile b/dockerfiles/rhel9-kuma/Dockerfile
index e120d5c..5ce577f 100644
--- a/dockerfiles/rhel9-kuma/Dockerfile
+++ b/dockerfiles/rhel9-kuma/Dockerfile
@@ -4,11 +4,13 @@ FROM registry.c4science.ch/scitas-stack/rhel9-base:9.0
 #dnf group install "Development Tools"
 #dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
 
+# zlib-devel needed to compiler gcc ?
+
 # spack dependencies
 RUN yum install -y \
     gcc-g++ gcc-gfortran \
     patchelf findutils patch \
-    xz bzip2 file gnupg2 hostname iproute unzip\
+    xz bzip2 file gnupg2 hostname iproute unzip zlib-devel\
     python3 python3-pip python3-setuptools python3-boto3 \
     git subversion mercurial \
     glibc-gconv-extra \
-- 
GitLab