We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb6c26c + 6ecbf48 commit 81da3f0Copy full SHA for 81da3f0
test_container/Dockerfile
@@ -6,7 +6,7 @@ CMD ["/usr/lib/systemd/systemd", "--system"]
6
RUN zypper -n install systemd openssh \
7
firewalld iptables iptables-backend-nft \
8
make autoconf automake vim which libxslt-tools mailx iproute2 iputils bzip2 tar file glibc-locale-base dos2unix cpio gawk sudo \
9
- python313 python313-pip python313-lxml python313-python-dateutil python313-setuptools python313-PyYAML python313-curses python313-behave python313-coverage python313-packaging \
+ python313 python313-pip python313-lxml python313-python-dateutil python313-build python313-PyYAML python313-curses python313-behave python313-coverage python313-packaging \
10
csync2 corosync corosync-qdevice pacemaker booth corosync-qnetd
11
12
RUN ssh-keygen -t rsa -f /root/.ssh/id_rsa -N '' && \
0 commit comments