Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
sl-full:5 397 B
FROM cern/slc5-base

 MAINTAINER Vladimir Kulikovskiy <vkulikovskiy@km3net.de> 

#BEGIN minimum for cernlib installation
 RUN yum install -y make imake compat-gcc-34-g77 compat-gcc-34-c++ ed openmotif openmotif-devel && yum clean -y all
 RUN ln -s /usr/bin/gcc34 /usr/bin/gcc
 RUN ln -s /usr/bin/g++34 /usr/bin/g++
#END minimum for cernlib installation
 RUN yum install -y git && yum clean -y all