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

Fix GPG for Mono

parent fd5c66aa
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ FROM docker.km3net.de/base/centos:7
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 --resolve https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-centos7-stable.repo' && \
su -c 'curl http://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
......
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