base/dockcross: Run docker using -t to support CTRL-C

This commit is contained in:
Jean-Christophe Fillion-Robin 2016-09-22 19:46:23 -04:00
parent 1d11afd37d
commit aa2c24cb3b

View File

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