Update Dockerfile

This commit is contained in:
samukhin 2021-05-05 11:30:30 +03:00 committed by GitHub
parent 5e10a72a47
commit 0c8c252663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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