From b27bc5deeac0af9c3f603cc29272c6db1a99cf33 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 10 Oct 2019 00:24:44 +0200 Subject: [PATCH] For now the LXC gotta be priviledged to be able to install pytest deps --- ynh-dev | 1 + 1 file changed, 1 insertion(+) diff --git a/ynh-dev b/ynh-dev index 2e8251a..58287ed 100755 --- a/ynh-dev +++ b/ynh-dev @@ -139,6 +139,7 @@ function start_ynhdev() set -eu set -x 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" set +x