mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Removing TTY from docker.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
8540fdcf19
commit
bac15d5472
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ run_in_docker()
|
||||||
shift 2
|
shift 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${DOCKER} container run -it --rm \
|
${DOCKER} container run --rm \
|
||||||
--cap-add SYS_PTRACE \
|
--cap-add SYS_PTRACE \
|
||||||
--volume $PWD:$PWD \
|
--volume $PWD:$PWD \
|
||||||
--workdir ${WORKDIR} \
|
--workdir ${WORKDIR} \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue