base: fix (not) caching deb files

The Debian slim variant already disabled the cache, so don't interfere.
pull/3/head
Saúl Ibarra Corretgé 7 years ago
parent c6cc67b68d
commit 555c5ee3d0
  1. 2
      base/rootfs/etc/apt/apt.conf.d/99local
  2. 1
      base/rootfs/usr/bin/apt-cleanup

@ -1,4 +1,2 @@
Dir::Cache "";
Dir::Cache::archives "";
APT::Install-Recommends "false";
APT::Install-Suggests "false";

@ -1,4 +1,3 @@
#!/bin/sh
rm -f /*.deb
rm -rf /var/lib/apt/lists/

Loading…
Cancel
Save