File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY base.txt /base.txt
44COPY dev_python27.txt /dev_python27.txt
55
66RUN 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
88RUN yum clean expire-cache
99
1010RUN yum -y install salt-master
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY base.txt /base.txt
44COPY dev_python27.txt /dev_python27.txt
55
66RUN 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
88RUN yum clean expire-cache
99
1010RUN yum -y install salt-master
You can’t perform that action at this time.
0 commit comments