diff --git a/Dockerfile b/Dockerfile index 9bb0bda..2210daf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM ubuntu:22.04 -RUN apt update && apt install -y systemctl strace +RUN apt update && apt install -y systemd strace