Skip to content
Snippets Groups Projects
Commit 7e92bdac authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Install python headers

parent 27c92810
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ FROM centos:7.4.1708
RUN curl -L http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.8-x86_64-cc7-gcc48-opt.tgz > clhep.tgz && tar -C /usr/local/ --strip-components=1 -xvzf clhep.tgz
RUN yum install -y python-devel && yum clean -y all
RUN wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN rpm -ivh epel-release-latest-7.noarch.rpm
RUN yum install -y cmake3
......
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