diff --git a/Dockerfile b/Dockerfile
index ed48c8c047c228b960bf404ce361f7de67aa7313..c305dd2a5d60759ae0db69fc8ce4c18fce38980a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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