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 1348c43 commit 9502bd1Copy full SHA for 9502bd1
Dockerfile
@@ -1,8 +1,8 @@
1
FROM centos:latest
2
LABEL henry="[email protected]"
3
-RUN yum install httpd -y
4
-RUN yum install zip -y
5
-RUN yum install unzip -y
+RUN dnf install httpd -y
+RUN dnf install zip -y
+RUN dnf 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