Update Dockerfile

This commit is contained in:
samukhin 2021-05-05 11:30:55 +03:00 committed by GitHub
parent 0c8c252663
commit a1110d1af9
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"]