From 0c8c25266395998ea7a859a9c0956aa0965ddab7 Mon Sep 17 00:00:00 2001 From: samukhin <47834890+samukhin@users.noreply.github.com> Date: Wed, 5 May 2021 11:30:30 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 828f7f40..35954002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,5 +75,8 @@ chown apache: /var/log/openvk/ #And start Apache: #RUN systemctl enable httpd +#For login +RUN dnf -y install passwd && passwd -d root + #Start systemd CMD ["/sbin/init"]