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

Add mono

parent 165cec49
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ FROM docker.km3net.de/base/centos:7 ...@@ -16,6 +16,11 @@ FROM docker.km3net.de/base/centos:7
RUN yum install -y python3-devel && pip3 install -U pip setuptools && pip3 install numpy RUN yum install -y python3-devel && pip3 install -U pip setuptools && pip3 install numpy
RUN yum install -y ghostscript doxygen texlive texlive-*.noarch && yum clean -y all RUN yum install -y ghostscript doxygen texlive texlive-*.noarch && yum clean -y all
RUN rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef" && \
su -c 'curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo' && \
yum install -y mono-devel && \
yum clean -y all
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 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 cd / && \ RUN cd / && \
......
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