File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ RUN zypper refresh && \
7
7
zypper -n install systemd \
8
8
make autoconf automake vim which libxslt-tools mailx iproute2 iputils bzip2 openssh tar file glibc-locale-base firewalld libopenssl1_1 dos2unix iptables cpio gawk \
9
9
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-*
15
11
16
12
RUN ssh-keygen -t rsa -f /root/.ssh/id_rsa -N '' && \
17
13
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \
You can’t perform that action at this time.
0 commit comments