clone xos from git
diff --git a/xos/configurations/opencloud/Dockerfile b/xos/configurations/opencloud/Dockerfile
index cb73264..8d738c9 100644
--- a/xos/configurations/opencloud/Dockerfile
+++ b/xos/configurations/opencloud/Dockerfile
@@ -95,7 +95,7 @@
RUN ln -s /usr/local/share/phantomjs/bin/phantomjs /bin/phantomjs
# Get XOS
-ADD xos /opt/xos
+RUN git clone git://github.com/open-cloud/xos.git /tmp/xos && mv /tmp/xos/xos /opt/
# Supervisor
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y supervisor