summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-linux.sh b/build-linux.sh
index ea7b0e7..c9bcfc8 100755
--- a/build-linux.sh
+++ b/build-linux.sh
@@ -95,7 +95,7 @@ if $boot ; then
. ${mydir}/.env
sudo apt-get update
- sudo apt-get install -y --no-install-recommends python3-requests
+ sudo apt-get install -y --no-install-recommends python3-requests python3-yaml python3-jinja2
fi
lava_boot()