geekoops-next/molecule/default/Dockerfile.leap15_3
Felix Niederwanger 069d668dd1
Revive the role
Update the role to work with 15.4 and add tests that only depend on the
internal Dockerfiles instead of the old external systemd containers.
2022-06-27 16:24:35 +02:00

8 lines
317 B
Docker

FROM registry.opensuse.org/opensuse/leap:15.3
# Install systemd and development tools, clear cache
RUN zypper in -y systemd systemd-sysvinit firewalld python3 python3-firewall curl && rm -rf /var/cache/* && rm -f /etc/machine-id /var/lib/dbus/machine-id
# Start container with systemd
ENTRYPOINT ["/usr/sbin/init"]