diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh index 441d8b6aa68..601b0ed7d5d 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"