Skip to content

Commit 9502bd1

Browse files
committed
docker 3
1 parent 1348c43 commit 9502bd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM centos:latest
22
LABEL henry="[email protected]"
3-
RUN yum install httpd -y
4-
RUN yum install zip -y
5-
RUN yum install unzip -y
3+
RUN dnf install httpd -y
4+
RUN dnf install zip -y
5+
RUN dnf 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)