summaryrefslogtreecommitdiff
path: root/mdbp/mmdebstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'mdbp/mmdebstrap.py')
-rw-r--r--mdbp/mmdebstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdbp/mmdebstrap.py b/mdbp/mmdebstrap.py
index d1e13f4..4e6d435 100644
--- a/mdbp/mmdebstrap.py
+++ b/mdbp/mmdebstrap.py
@@ -92,6 +92,7 @@ def main() -> None:
priv_drop(["rm", *(f.name for f in dscfiles)],
chroot=True, chdir=buildpath.parent)))
cmd = ["apt-get", "build-dep", "--yes",
+ "-oAPT::Keep-Downloaded-Packages=true",
"--host-architecture", hostarch,
*dict(any=["--arch-only"],
all=["--indep-only"]).get(build.get("type"), ()),