geekoops-nginx/molecule/default/Dockerfile.leap15_4
Felix Niederwanger 47db538daf
Fix Leap 15.4
Fix the Leap 15.4 molecule test run

* Leave the machine-id file
* Switch to use `cgroupns: host` to make it run on GitHub again
2023-01-30 15:10:42 +01:00

8 lines
267 B
Docker

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