Skip to content

Commit 98b7a84

Browse files
committed
Update Python for OpenSUSE
Signed-off-by: Martin Schurz <[email protected]>
1 parent 4fb0274 commit 98b7a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensuse_tumbleweed-ansible-latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM opensuse/tumbleweed:latest
22
LABEL maintainer="Sebastian Gumprich"
33
ENV container=docker
44

5-
RUN zypper install -y python311 ansible dbus-1 systemd-sysvinit shadow sudo && \
5+
RUN zypper install -y python313 python313-rpm ansible dbus-1 systemd-sysvinit shadow sudo && \
66
zypper clean
77

88
RUN cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/; \

0 commit comments

Comments
 (0)