Skip to content

Commit 783f970

Browse files
committed
fix CI
1 parent 02ff788 commit 783f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ ENV {{ var }} {{ value }}
1515
{% endif %}
1616

1717
RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python3 sudo bash ca-certificates iproute2 systemd wget && apt-get clean; \
18-
elif [ $(command -v yum) ]; then sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* && yum install -y python3 sudo bash iproute systemd initscripts wget; fi
18+
elif [ $(command -v yum) ]; then sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*; sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*; yum install -y python3 sudo bash iproute systemd initscripts wget; fi

0 commit comments

Comments
 (0)