From b30696affe631109b654b9ef26299cc3200cea61 Mon Sep 17 00:00:00 2001 From: pitchum Date: Thu, 30 Aug 2018 13:11:19 +0200 Subject: [PATCH] Explicitely install some required packages. --- sub_scripts/lxc_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sub_scripts/lxc_build.sh b/sub_scripts/lxc_build.sh index 4ca07fb..6cc000b 100755 --- a/sub_scripts/lxc_build.sh +++ b/sub_scripts/lxc_build.sh @@ -76,6 +76,8 @@ sudo apt-get install -y lxc lxctl >> "$LOG_BUILD_LXC" 2>&1 echo -e "\e[1m> Install git, curl and lynx\e[0m" | tee -a "$LOG_BUILD_LXC" sudo apt-get install -y git curl lynx >> "$LOG_BUILD_LXC" 2>&1 +# For those who have disabled APT::Install-Recommends we need to manually install the following packages. +sudo apt-get install -y debootstrap rsync bridge-utils >> "$LOG_BUILD_LXC" 2>&1 sudo mkdir -p /var/lib/lxcsnaps # Créer le dossier lxcsnaps, pour s'assurer que lxc utilisera ce dossier, même avec lxc 2.