From 4d480e901c93ca0d1626876bdc8fcfd5cfd92852 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Tue, 20 Feb 2024 12:56:33 +0000 Subject: [PATCH] Add venv to packages for docker installs --- conf/packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/packages b/conf/packages index baf193085b..d60a091546 100644 --- a/conf/packages +++ b/conf/packages @@ -26,4 +26,5 @@ python3-lxml python3-mysqldb snarf python3-dev -libmariadb-dev \ No newline at end of file +libmariadb-dev +python3-venv \ No newline at end of file