Add fofum
diff --git a/Dockerfile b/Dockerfile
index 4d2b064..af13eb4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -58,6 +58,10 @@
 
 ADD http://code.jquery.com/jquery-1.9.1.min.js /usr/local/lib/python2.7/dist-packages/suit/static/suit/js/
 
+# For Observer
+RUN git clone git://git.planet-lab.org/fofum.git /tmp/fofum
+RUN cd /tmp/fofum; python setup.py install
+
 # Get XOS 
 ADD planetstack /opt/xos