diff --git a/Dockerfile.cockpit b/Dockerfile.cockpit index 7c03bf2..24e8672 100644 --- a/Dockerfile.cockpit +++ b/Dockerfile.cockpit @@ -13,11 +13,11 @@ # Install apache RUN apt-get install -y apache2 -systemctl enable apache2 +RUN systemctl enable apache2 # Install cockpit RUN apt-get install -y cockpit cockpit-docker -systemctl enable cockpit.socket +RUN systemctl enable cockpit.socket # Add a user