Skip to content
Snippets Groups Projects
Commit 8ccf8213 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

missing packages

parent 6ceb7b13
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment