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