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

enable Pasteur local mirror

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