Skip to content
Snippets Groups Projects
Commit 2d920b2a authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

sl-full image with gcc 3.4 created (needed for g77 program compillation

and test)
parent e2fe765e
No related branches found
No related tags found
No related merge requests found
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
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