Update Dockerfile

This commit is contained in:
samukhin 2021-05-05 11:31:34 +03:00 committed by GitHub
parent d6df3f3c93
commit 46dae55a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,5 +76,8 @@ chown apache: /var/log/openvk/
#And start Apache: #And start Apache:
#RUN systemctl enable httpd #RUN systemctl enable httpd
#For login
RUN dnf -y install passwd && passwd -d root
#Start systemd #Start systemd
CMD ["/sbin/init"] CMD ["/sbin/init"]