Skip to content

Commit 6881313

Browse files
committed
fix
1 parent f1f7de6 commit 6881313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/common/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
elif [ $(command -v yum) ]; then \
2727
yum makecache fast \
2828
&& yum install -y bash iproute initscripts sudo /usr/bin/python /usr/bin/python2-config vim yum-plugin-ovl \
29-
&& yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/yum-plugin-copr-1.1.31-54.el7_8.noarch.rpm http://mirror.centos.org/centos/7/os/x86_64/Packages/libseccomp-2.3.1-4.el7.x86_64.rpm \
29+
&& yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/yum-plugin-copr-1.1.31-54.el7_8.noarch.rpm http://mirror.centos.org/centos/7/os/x86_64/Packages/libseccomp-2.3.1-4.el7.x86_64.rpm \
3030
&& yum copr enable -y jsynacek/systemd-backports-for-centos-7 \
3131
&& yum update -y systemd \
3232
&& sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf \

0 commit comments

Comments
 (0)