diff --git a/stream9/Dockerfile b/stream9/Dockerfile new file mode 100644 index 0000000..00c0be0 --- /dev/null +++ b/stream9/Dockerfile @@ -0,0 +1,3 @@ +FROM quay.io/centos/centos:stream9 +RUN dnf -y install systemd && dnf clean all +CMD ["/lib/systemd/systemd"]