add stream9

This commit is contained in:
uumas
2024-08-29 15:25:37 +03:00
parent 8061efeb9f
commit 29a1688105

3
stream9/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM quay.io/centos/centos:stream9
RUN dnf -y install systemd && dnf clean all
CMD ["/lib/systemd/systemd"]