scripts: allocate tty on docker

Bash and menuconfig cannot run without this flag. Docker-run just hangs
without it

Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
Curtis Malainey 2019-08-29 15:56:05 -07:00 committed by Liam Girdwood
parent 8c61213c37
commit 23d9c78a5c
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
# To build topology:
# ./scripts/docker-run.sh ./scripts/build-tools.sh
docker run -i -v `pwd`:/home/sof/work/sof.git \
docker run -i -t -v `pwd`:/home/sof/work/sof.git \
--user `id -u` sof $@