build(debian): offline pip dependency installation #18

Manually merged
arian merged 5 commits from deb-packaging into main 2026-05-25 22:48:18 +00:00
Showing only changes of commit 58a8200968 - Show all commits
+3 -1
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
@@ -24,4 +26,4 @@ COPY . .
RUN chmod +x release/build-deb.sh
CMD ["sh", "-c", "./release/build-deb.sh && mv ../*.deb /dist/"]
CMD ["sh", "-c", "./release/build-deb.sh && mv ../*.deb /dist/"]