add systemd to image
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
FROM debian:bullseye
|
FROM debian:bullseye
|
||||||
RUN apt-get update && apt-get install -y python3 && apt-get clean && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y python3 systemd && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
CMD ["/lib/systemd/systemd"]
|
||||||
|
|||||||
Reference in New Issue
Block a user