From b14263df0efda34852ded12934ba9ca839c8efb8 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Wed, 24 Jan 2024 21:22:08 +0100
Subject: [PATCH] update dockerfile

---
 dockerfiles/rhel9/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dockerfiles/rhel9/Dockerfile b/dockerfiles/rhel9/Dockerfile
index c6b75f8..ad69766 100644
--- a/dockerfiles/rhel9/Dockerfile
+++ b/dockerfiles/rhel9/Dockerfile
@@ -8,7 +8,7 @@ ENV SPACK_DISABLE_LOCAL_CONFIG=true   \
 RUN echo "10.95.33.172  foreman1.hpc.epfl.ch" >> /etc/hosts
 RUN curl -sS --insecure \
     'https://foreman1.hpc.epfl.ch/register?activation_keys=ak-helvetios&organization_id=1&update_packages=false' \
-    -H "'Authorization: Bearer ${RHEL_TOKEN}" \
+    -H "Authorization: Bearer ${RHEL_TOKEN}" \
     | bash
 
 
@@ -17,7 +17,8 @@ RUN curl -sS --insecure \
 #dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
 
 RUN yum install gcc-g++ gcc-gfortran \
-    patchelf findutils file gnupg2 hostname iproute unzip\
+    patchelf findutils patch \
+    xz bzip2 file gnupg2 hostname iproute unzip\
     python3 python3-pip python3-setuptools python3-boto3
     slurm slurm-libpmi pmix \
     libibverbs libibverbs-utils \
-- 
GitLab