From 7e92bdac463eb87bdc6289162429efdf41515433 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 13 Feb 2019 10:43:03 +0100 Subject: [PATCH] Install python headers --- base/centos-full-root6-py2:7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/centos-full-root6-py2:7 b/base/centos-full-root6-py2:7 index 05abdc0..62e44a3 100644 --- a/base/centos-full-root6-py2:7 +++ b/base/centos-full-root6-py2:7 @@ -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 -- GitLab