FROM gitlab-registry.cern.ch/linuxsupport/rpmci/builder-cc7
RUN  yum -y  install  bc make ninja-build cmake binutils git wget diffutils file sed gawk grep which  \
                      gcc-gfortran gcc-c++ clang bzip2 openssl-devel openssl \
                      libzip-devel  zlib zlib-devel pythia8-devel pythia8 python3-lhapdf lhapdf lhapdf-devel  \
                      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 python2 python2-devel python34 python34-devel \
                      root-core root root-physics  bzip2 cmake3 wget curl  &&  yum -y  clean all
