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"]