mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
For now the LXC gotta be priviledged to be able to install pytest deps
This commit is contained in:
parent
c480666d9c
commit
b27bc5deea
1 changed files with 1 additions and 0 deletions
1
ynh-dev
1
ynh-dev
|
@ -139,6 +139,7 @@ function start_ynhdev()
|
||||||
set -eu
|
set -eu
|
||||||
set -x
|
set -x
|
||||||
sudo lxc launch $BOX-base $BOX
|
sudo lxc launch $BOX-base $BOX
|
||||||
|
sudo lxc config set $BOX security.privileged true
|
||||||
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$PWD"
|
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$PWD"
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue