Skip to content

Instantly share code, notes, and snippets.

@dougal
Created January 25, 2013 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dougal/4634679 to your computer and use it in GitHub Desktop.
Save dougal/4634679 to your computer and use it in GitHub Desktop.
Reduce size of vagrant boxes before packaging.
apt-get clean
rm -r "$(gem env gemdir)"/doc/*
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment