File Dockerfile of Package make-salt-minion
# Defines the tag for OBS and build script builds: #!BuildTag: tumbleweed:make-salt-minion FROM opensuse/tumbleweed # as of 2021-12-02 opensuse/tumbleweed needs "dmesg" installed from util-linux # Also installing python3-setuptools to fix the salt warning about "pkg_ressources" RUN zypper -n in util-linux python3-setuptools make salt-minion