-
-
Save dennyweiss/63415f56f404b5ce7b8e35adf1393305 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