Skip to content

Commit fc4da80

Browse files
committed
changed again
1 parent df230a4 commit fc4da80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM centos:latest
2-
3-
RUN dnf install httpd -y
4-
RUN dnf install zip -y
5-
RUN dnf install unzip -y
2+
LABEL Henry=[email protected]
3+
RUN yum install httpd -y
4+
RUN yum install zip -y
5+
RUN yum install unzip -y
66
ADD https://www.free-css.com/assets/files/free-css-templates/download/page254/photogenic.zip /var/www/html/
77
WORKDIR /var/www/html/
88
RUN unzip photogenic.zip

0 commit comments

Comments
 (0)