diff --git a/Dockerfile.cockpit b/Dockerfile.cockpit index 4b3165d..49c6db7 100644 --- a/Dockerfile.cockpit +++ b/Dockerfile.cockpit @@ -18,9 +18,10 @@ # Enable the services RUN apt-get install -y systemd -RUN systemctl enable apache2 -RUN systemctl enable cockpit.socket + +# RUN systemctl enable apache2 +# RUN systemctl enable cockpit.socket # Add a user -RUN adduser jryland +# RUN adduser jryland