--- a/trunk/wharfie/lib/actions.py
+++ b/trunk/wharfie/lib/actions.py
@@ -158,6 +158,7 @@
     myTrgCmd = '''
         mkdir /sources;
         cd /sources;
+	apt-get update;
         [ ! -f .pkg.list ] && 
             dpkg-query -f \'${binary:Package}\\n\' -W > .pkg.list;
         apt-get install -y dpkg-dev;