Skip to content
Snippets Groups Projects
Commit 0fd79daf authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

enable Pasteur mirror

parent add9c9a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ FROM centos:centos7
MAINTAINER Tru Huynh <tru@pasteur.fr>
# uncomment for local repository
#RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7.repo /etc/yum.repos.d/local.repo
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7.repo /etc/yum.repos.d/local.repo
RUN yum -y update
RUN yum -y install wget tar gzip \
perl \
......@@ -14,8 +14,8 @@ RUN yum -y install wget tar gzip \
RUN yum -y install centos-release-scl-rh
# uncomment for local repository
#RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
#ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7-scl-rh.repo /etc/yum.repos.d/scl-rh.repo
RUN /bin/rm /etc/yum.repos.d/CentOS-*.repo
ADD https://gitlab.pasteur.fr/tru/centos-pasteur/raw/master/c7-scl-rh.repo /etc/yum.repos.d/scl-rh.repo
RUN yum -y install devtoolset-3-gcc devtoolset-3-gcc-c++ devtoolset-3-binutils
RUN yum -y install epel-release
......
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