Remove Leap 15.3

This commit is contained in:
Felix Niederwanger 2023-01-30 11:44:27 +01:00
parent fe0f3cdad3
commit 3bb759ccbf
Signed by: phoenix
GPG key ID: 31860289A704FB3C

View file

@ -1,7 +0,0 @@
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"]