Skip to content

Commit b4f52f0

Browse files
authored
Merge pull request #60 from dev-sec/suse_rpm
Update Python for OpenSUSE
2 parents 4fb0274 + 98b7a84 commit b4f52f0

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)