Merge pull request #737 from kokspflanze/patch-centos

centos add missing \ in content
This commit is contained in:
yosifkit 2016-12-06 12:40:10 -08:00 committed by GitHub
commit 539b398597
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Systemd is now included in both the centos:7 and centos:latest base containers,
FROM centos:7 FROM centos:7
MAINTAINER "you" <your@email.here> MAINTAINER "you" <your@email.here>
ENV container docker ENV container docker
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
systemd-tmpfiles-setup.service ] || rm -f $i; done); \ systemd-tmpfiles-setup.service ] || rm -f $i; done); \
rm -f /lib/systemd/system/multi-user.target.wants/*;\ rm -f /lib/systemd/system/multi-user.target.wants/*;\
rm -f /etc/systemd/system/*.wants/*;\ rm -f /etc/systemd/system/*.wants/*;\