diff --git a/Dockerfile.cockpit b/Dockerfile.cockpit index 9713c97..4b3165d 100644 --- a/Dockerfile.cockpit +++ b/Dockerfile.cockpit @@ -17,7 +17,7 @@ RUN apt-get install -y cockpit cockpit-docker # Enable the services -RUN apt-get install -y systemctl +RUN apt-get install -y systemd RUN systemctl enable apache2 RUN systemctl enable cockpit.socket