fix(debian): added dependencies to deb-building Dockerfile for offline installation

This commit is contained in:
2026-05-25 18:15:58 -04:00
parent c7e04d931f
commit 58a8200968
+2
View File
@@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y \
fakeroot \
python3 \
python3-venv \
python3-pip \
python3-wheel \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /build/src