From 57f88cf5af59ab25eac0eaf75a416fa49db6e2a6 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Tue, 18 Nov 2025 12:18:14 +0530 Subject: [PATCH] Improved Debian build process by ensuring package lists are refreshed during the build workflow. --- pkg/debian/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh index 441d8b6aa..601b0ed7d 100755 --- a/pkg/debian/build.sh +++ b/pkg/debian/build.sh @@ -16,6 +16,9 @@ export PYTHONDONTWRITEBYTECODE=1 # Common Linux build functions source pkg/linux/build-functions.sh +echo "Running apt update..." +apt update + # Assemble the "standard" installation footprint _setup_env "$0" "debian" _cleanup "deb"