Thought I would throw this out there for everybody 
Here are some additional commands I run in addition to running the commands listed on the proxmox wiki page for the ubuntu minimal template:
Purge any locales that you do not want
apt-get install localepurge
Remove orphaned packages:
apt-get install deborphan
deborphan | xargs sudo apt-get -y remove --purge
Clean up apt
apt-get autoclean

Here are some additional commands I run in addition to running the commands listed on the proxmox wiki page for the ubuntu minimal template:
Purge any locales that you do not want
apt-get install localepurge
Remove orphaned packages:
apt-get install deborphan
deborphan | xargs sudo apt-get -y remove --purge
Clean up apt
apt-get autoclean