Skip to content

Commit 0163bec

Browse files
committed
Dev: Dockerfile: Update dockerfile after corosync3 is in the Factory
1 parent 4dcac18 commit 0163bec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test_container/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ RUN zypper refresh && \
77
zypper -n install systemd \
88
make autoconf automake vim which libxslt-tools mailx iproute2 iputils bzip2 openssh tar file glibc-locale-base firewalld libopenssl1_1 dos2unix iptables cpio gawk \
99
python3 python3-pip python3-lxml python3-python-dateutil python3-setuptools python3-PyYAML python3-curses python3-behave python3-coverage python3-packaging \
10-
csync2 libglue-devel corosync corosync-qdevice pacemaker booth corosync-qnetd
11-
RUN zypper ar -f -G https://download.opensuse.org/repositories/network:/ha-clustering:/Unstable/openSUSE_Tumbleweed/ repo_corosync3 && \
12-
zypper --non-interactive refresh && \
13-
zypper --non-interactive up --allow-vendor-change -y corosync corosync-qdevice corosync-qnetd pacemaker && \
14-
zypper --non-interactive in libknet1-*
10+
csync2 libglue-devel corosync corosync-qdevice pacemaker booth corosync-qnetd libknet1-*
1511

1612
RUN ssh-keygen -t rsa -f /root/.ssh/id_rsa -N '' && \
1713
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \

0 commit comments

Comments
 (0)