try to run curator build in a docker pty

may be write output for quicker logging perhaps
This commit is contained in:
Jens Petersen 2026-02-18 19:40:01 +08:00
parent ba119f8265
commit 67b756b1f4

View File

@ -153,7 +153,7 @@ esac
# Now do the actual build. We need to first set the owner of the home directory
# correctly, so we run the command as root, change owner, and then use sudo to
# switch back to the current user
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
docker run -t $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
chown $USER $HOME
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
"