mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Append hosts's PATH to the container
This commit is contained in:
parent
409c8afbd2
commit
b7b6883144
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ run_bwrap () {
|
|||
--proc /proc \
|
||||
--ro-bind-try /usr/local /usr/local \
|
||||
${dirs} ${unshare} ${net} \
|
||||
--setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
|
||||
--setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:${PATH}" \
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue