Update Dockerfile

This commit is contained in:
samuhin 2021-04-28 09:39:50 +03:00 committed by GitHub
parent 578d5d3432
commit b1f521dcc6
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 && \