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

Update km3sim:4.10.05

parent c542420e
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,9 @@ FROM centos:7.4.1708
RUN yum install -y python-devel python-pip && yum clean -y all
RUN yum install -y librabbitmq-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
RUN rm -rf epel-release-latest-7.noarch.rpm
RUN wget https://cmake.org/files/v3.6/cmake-3.6.2.tar.gz && \
tar xzf cmake-3.6.2.tar.gz && rm cmake-3.6.2.tar.gz && cd cmake-3.6.2 && \
./bootstrap --prefix=/usr/local > bootstrap.log && make > make.log && make install > make_install.log
#python 3.6 installtion for ROOT
RUN yum install -y centos-release-scl
......
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