geekoops-grafana/molecule/default/Dockerfile.leap15_3
Felix Niederwanger 311ef3bf16
Revive role
Update role to Leap 15.4 and switch molecule tests to internal
Dockerfiles instead of external test images.
2022-06-27 16:45:31 +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"]