base: Do not add -i -t flags to run command by default

Allow the dockcross script to be used in scripts where a tty is not available.
This commit is contained in:
Matt McCormick
2016-08-31 22:31:01 -04:00
parent a3e0d34ac0
commit f07ca0043c
3 changed files with 2 additions and 176 deletions

View File

@ -153,7 +153,7 @@ fi
#------------------------------------------------------------------------------
# Now, finally, run the command in a container
#
docker run -i -t --rm \
docker run --rm \
-v $PWD:/work \
$USER_IDS \
$FINAL_ARGS \