Skip to content

Commit 81da3f0

Browse files
authored
Dev: Dockerfile: Install python build (#1752)
And don't install python setuptools
2 parents bb6c26c + 6ecbf48 commit 81da3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CMD ["/usr/lib/systemd/systemd", "--system"]
66
RUN zypper -n install systemd openssh \
77
firewalld iptables iptables-backend-nft \
88
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 \
9+
python313 python313-pip python313-lxml python313-python-dateutil python313-build python313-PyYAML python313-curses python313-behave python313-coverage python313-packaging \
1010
csync2 corosync corosync-qdevice pacemaker booth corosync-qnetd
1111

1212
RUN ssh-keygen -t rsa -f /root/.ssh/id_rsa -N '' && \

0 commit comments

Comments
 (0)