diff --git a/systemd/centos7/Dockerfile b/systemd/centos7/Dockerfile index 46aa748c..272722f4 100644 --- a/systemd/centos7/Dockerfile +++ b/systemd/centos7/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 ENV container docker -MAINTAINER The CentOS Project +LABEL maintainer="The CentOS Project " RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \ rm -f /lib/systemd/system/multi-user.target.wants/*;\