From 3716ba31a4412b0f46fe97d1d3c38d547ccc38bb Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Wed, 18 Oct 2023 12:23:27 -0400 Subject: [PATCH] remove -i --- docker_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_build.sh b/docker_build.sh index 73fa9baacfe16c..a71a5487ce0b26 100755 --- a/docker_build.sh +++ b/docker_build.sh @@ -5,5 +5,5 @@ TARGETLIST="armel mipseb mipsel mips64eb mips64el" docker build -t igloo_kernel_builder . || exit -docker run --rm -v `realpath .`:/linux -w /linux -it -e IGLOO_TARGETLIST="$TARGETLIST" -e DOCKER_USER="$USER" \ +docker run --rm -v `realpath .`:/linux -w /linux -e IGLOO_TARGETLIST="$TARGETLIST" -e DOCKER_USER="$USER" \ igloo_kernel_builder xonsh docker_inner_build_targets.xsh