diff --git a/dockerfiles/rhel9/Dockerfile b/dockerfiles/rhel9/Dockerfile index c6b75f89ee5f9925fd08d6ac5ff60c12a5232e29..ad69766774fb7f2719cb02f21b20fe1c87106eb7 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 \