mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
rootfs: Fix indentation inside a switch
While touching this part of the code, let's help my OCD. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
8879f9a09b
commit
b329a74f18
@ -189,7 +189,7 @@ docker_extra_args()
|
|||||||
args+=" --cap-add MKNOD"
|
args+=" --cap-add MKNOD"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
gentoo)
|
gentoo)
|
||||||
# Required to build glibc
|
# Required to build glibc
|
||||||
args+=" --cap-add SYS_PTRACE"
|
args+=" --cap-add SYS_PTRACE"
|
||||||
# mount portage volume
|
# mount portage volume
|
||||||
|
Loading…
Reference in New Issue
Block a user