We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc46e2 commit 1348c43Copy full SHA for 1348c43
Dockerfile
@@ -1,8 +1,8 @@
1
FROM centos:latest
2
LABEL henry="[email protected]"
3
-RUN yum install -y httpd
4
-RUN yum install -y zip
5
-RUN yum install -y unzip
+RUN yum install httpd -y
+RUN yum install zip -y
+RUN yum install unzip -y
6
ADD https://www.free-css.com/assets/files/free-css-templates/download/page254/photogenic.zip /var/www/html/
7
WORKDIR /var/www/html/
8
RUN unzip photogenic.zip
0 commit comments