Update Dockerfile

This commit is contained in:
samuhin 2021-04-28 09:40:15 +03:00 committed by GitHub
parent b1f521dcc6
commit 9f35cbebba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \