From 46dae55a3d6060cb729f3af954472e59cf627025 Mon Sep 17 00:00:00 2001 From: samukhin <47834890+samukhin@users.noreply.github.com> Date: Wed, 5 May 2021 11:31:34 +0300 Subject: [PATCH] Update Dockerfile --- install/automated/Docker|Podman/Fedora/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/automated/Docker|Podman/Fedora/Dockerfile b/install/automated/Docker|Podman/Fedora/Dockerfile index a34249c2..58449864 100644 --- a/install/automated/Docker|Podman/Fedora/Dockerfile +++ b/install/automated/Docker|Podman/Fedora/Dockerfile @@ -76,5 +76,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"]