Update container ubuntu version, and switch to ansible PPA
diff --git a/containers/xos/Dockerfile b/containers/xos/Dockerfile
index b5064ae..e199425 100644
--- a/containers/xos/Dockerfile
+++ b/containers/xos/Dockerfile
@@ -1,4 +1,4 @@
-FROM       ubuntu:14.04.3
+FROM       ubuntu:14.04.4
 
 # XXX Workaround for docker bug:
 # https://github.com/docker/docker/issues/6345