mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Update Dockerfile
This commit is contained in:
parent
d6df3f3c93
commit
46dae55a3d
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue