4 lines
108 B
Docker
4 lines
108 B
Docker
FROM quay.io/centos/centos:stream9
|
|
RUN dnf -y install systemd && dnf clean all
|
|
CMD ["/lib/systemd/systemd"]
|