mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
removed unnecessary tab from /usr/sbin/policy-rc.d, and /sbin/initctl
Signed-off-by: YAMADA Tsuyoshi <tyamada@minimum2scp.org>
This commit is contained in:
parent
a0cfe83435
commit
09165e0fe0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rootfs_chroot() {
|
|||
|
||||
# prevent init scripts from running during install/update
|
||||
echo >&2 "+ echo exit 101 > '$rootfsDir/usr/sbin/policy-rc.d'"
|
||||
cat > "$rootfsDir/usr/sbin/policy-rc.d" <<'EOF'
|
||||
cat > "$rootfsDir/usr/sbin/policy-rc.d" <<-'EOF'
|
||||
#!/bin/sh
|
||||
|
||||
# For most Docker users, "apt-get install" only happens during "docker build",
|
||||
|
|
Loading…
Add table
Reference in a new issue