File Dockerfile of Package salt-minion-git-core-ssh
# Defines the tag for OBS and build script builds: #!BuildTag: tumbleweed:salt-minion-git-core-ssh FROM opensuse/tumbleweed # Runtime dependencies used by our states have to be installed explicitly # To workaround https://github.com/openSUSE/salt-packaging/pull/108 # and https://github.com/saltstack/salt/issues/64264 we explicitly install the 3.11 version of salt and its runtime dependencies RUN zypper -n in salt-minion python311-salt git-core openssh ca-certificates-suse retry python311-setuptools python311-augeas python311-cryptography time