FROM gitlab-registry.cern.ch/linuxsupport/rpmci/builder-cs8
RUN  yum -y  install  dnf*plu* --exclude=*uploa* --exclude=*product* --exclude=*subscr*  epel*
RUN  yum -y  install  dnf-plugins-core --exclude=*uploa* --exclude=*product* --exclude=*subscr*  \
                      bc make  cmake binutils git wget diffutils file sed gawk grep which \
                      gcc-gfortran gcc-c++ clang bzip2 openssl-devel openssl \
                      valgrind HepMC HepMC-devel xz xz-devel bzip2 bzip2-devel zlib zlib-devel zlib-static libzstd-devel libzstd graphviz graphviz-devel pythia8 pythia8-devel  root \
                      ccache   \
                      protobuf protobuf-devel \
                      python3 python3-devel  python3-numpy python3-zstandard \
                      libzip-devel  zlib zlib-devel pythia8-devel pythia8 python3-lhapdf  &&  yum -y  clean all

