From b1f521dcc6afdbfc84ce0b37b8424c742f202434 Mon Sep 17 00:00:00 2001 From: samuhin <47834890+samuhin@users.noreply.github.com> Date: Wed, 28 Apr 2021 09:39:50 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45e3bbe1..18f19395 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \