From fa6f08a3af6f2b0bfefd2d5400ee6fefaab5059e Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Fri, 21 Jun 2019 12:45:36 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d98b8e..8dfdb98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM daocloud.io/yexuejc/docker-centos7 +FROM daocloud.io/yexuejc/docker-centos7:master RUN yum -y install httpd; yum clean all; systemctl enable httpd.service EXPOSE 22 CMD ["/usr/sbin/init"] \ No newline at end of file