Allocate tty so programs can use terminal features
This commit is contained in:
parent
49682d29ad
commit
8d1a4edd5b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/ubuntu.sh
vendored
2
.github/workflows/ci-scripts/ubuntu.sh
vendored
|
@ -36,7 +36,7 @@ else
|
|||
|
||||
docker build -t wesnoth-repo:"$IMAGE"-"$BRANCH" -f utils/dockerbuilds/CI/Dockerfile-CI-"$IMAGE"-"$BRANCH" .
|
||||
|
||||
docker run --cap-add=ALL --privileged \
|
||||
docker run --tty --cap-add=ALL --privileged \
|
||||
--env BRANCH --env IMAGE --env NLS --env TOOL --env CC --env CXX \
|
||||
--env CXX_STD --env CFG --env LTO \
|
||||
wesnoth-repo:"$IMAGE"-"$BRANCH" ./.github/workflows/ci-scripts/docker.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue