-
-
Save nelaaro/4471788513e6611438b0a45e8c202456 to your computer and use it in GitHub Desktop.
Remove APT cache (for Dockerfile)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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