mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Update Dockerfile
This commit is contained in:
parent
b1f521dcc6
commit
9f35cbebba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
FROM centos:8
|
||||
|
||||
#update and install httpd
|
||||
RUN dnf -y update && dnf install -y httpd && dnf -y autoremove
|
||||
RUN dnf -y update && dnf -y autoremove && dnf install -y httpd
|
||||
|
||||
#Let's install EPEL and Remi repos for PHP 7.4:
|
||||
RUN dnf -y install epel-release && \
|
||||
|
|
Loading…
Reference in a new issue