From 4849f998a705320e54dcc8795bf69cef840de459 Mon Sep 17 00:00:00 2001 From: Nandivardhan09 <105772865+Nandivardhan09@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:20:18 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0199f3..96d529d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM centos:latest MAINTAINER vikashashoke@gmail.com -RUN yum install -y httpd \ - zip\ - unzip +RUN yum install -y httpd ADD https://www.free-css.com/assets/files/free-css-templates/download/page254/photogenic.zip /var/www/html/ WORKDIR /var/www/html/ RUN unzip photogenic.zip