Skip to content

Commit cc4d3d0

Browse files
author
rallytime
committed
Update repo paths for centos 6 and 7 distros
1 parent bb909c0 commit cc4d3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cent6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY base.txt /base.txt
44
COPY dev_python27.txt /dev_python27.txt
55

66
RUN yum -y install wget gcc git vim
7-
RUN yum install -y https://repo.saltstack.com/yum/redhat/salt-repo-latest-1.el6.noarch.rpm
7+
RUN yum install -y https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el6.noarch.rpm
88
RUN yum clean expire-cache
99

1010
RUN yum -y install salt-master

cent7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY base.txt /base.txt
44
COPY dev_python27.txt /dev_python27.txt
55

66
RUN yum -y install wget gcc git
7-
RUN yum install -y https://repo.saltstack.com/yum/redhat/salt-repo-latest-1.el7.noarch.rpm
7+
RUN yum install -y https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm
88
RUN yum clean expire-cache
99

1010
RUN yum -y install salt-master

0 commit comments

Comments
 (0)