django / django-box

VM to run the Django test suite. ARCHIVED Please use https://github.com/django/django-docker-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a final build step to clean up the guest before compiling the box

jarshwah opened this issue · comments

To reduce the size of the virtual machine, I'd like to include a build step which does some cleanup.

  • remove download caches for various pip
  • remove download cache for apt-get

Others?

Cleanup steps borrowed from various places around the web. Fixed in 87e2ae8