We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb0274 commit 98b7a84Copy full SHA for 98b7a84
opensuse_tumbleweed-ansible-latest/Dockerfile
@@ -2,7 +2,7 @@ FROM opensuse/tumbleweed:latest
2
LABEL maintainer="Sebastian Gumprich"
3
ENV container=docker
4
5
-RUN zypper install -y python311 ansible dbus-1 systemd-sysvinit shadow sudo && \
+RUN zypper install -y python313 python313-rpm ansible dbus-1 systemd-sysvinit shadow sudo && \
6
zypper clean
7
8
RUN cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/; \
0 commit comments