include some extra packages into image

Change-Id: I5be8416664d1738af1d54f679834ee1b4e54e8ef
diff --git a/mirror-image/debmirror.sh b/mirror-image/debmirror.sh
index 033693e..dfca930 100644
--- a/mirror-image/debmirror.sh
+++ b/mirror-image/debmirror.sh
@@ -49,12 +49,15 @@
   --exclude-deb-section=localization \
   --exclude-deb-section=kde \
   --exclude-deb-section=video \
+  --exclude='/android*' \
   --exclude='/firefox*' \
   --exclude='/chromium-browser*' \
   --exclude='/ceph*' \
   --exclude='/*-wallpapers*' \
   --exclude='/language-pack-(?!en)' \
   --include='/main(.*)manpages' \
+  --include='/main(.*)python-(.*)doc' \
+  --include='/main(.*)python-(.*)network' \
   $MIRRORDIR/ubuntu 2>&1 | tee -a $DEBMLOG
 
 echo "LOG: Fixing ownership" 2>&1 | tee -a $DEBMLOG