Skip to content

Instantly share code, notes, and snippets.

@FFengIll
Forked from marvell/remove_apt_cache
Created February 4, 2024 05:52
Show Gist options
  • Save FFengIll/5da13c35481f59c249ac37b3a11863a7 to your computer and use it in GitHub Desktop.
Save FFengIll/5da13c35481f59c249ac37b3a11863a7 to your computer and use it in GitHub Desktop.
Remove APT cache (for Dockerfile)
apt-get clean autoclean
apt-get autoremove --yes
rm -rf /var/lib/{apt,dpkg,cache,log}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment