Setup apt compression workaround
diff --git a/ubuntu-14.04/scripts/cleanup.sh b/ubuntu-14.04/scripts/cleanup.sh
index 644b410..7f2ba4d 100644
--- a/ubuntu-14.04/scripts/cleanup.sh
+++ b/ubuntu-14.04/scripts/cleanup.sh
@@ -1,5 +1,6 @@
 apt-get -y autoremove --purge
 apt-get -y clean
+rm -f /var/lib/apt/lists/*
 
 rm -f /usr/sbin/policy-rc.d || true