commit | 16a7c79ae6fa212fa0c6877bc7afd7e421aa0e38 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Mon Oct 12 20:16:08 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Mon Oct 12 20:16:08 2015 +0000 |
tree | 91fb151790bb930c4aa44134ea6bbcb402428677 | |
parent | d83e7fe1c1205ca76c985661a4a8b0d3acd6f1e0 [diff] |
clone xos from git
diff --git a/xos/configurations/opencloud/Dockerfile b/xos/configurations/opencloud/Dockerfile index 584e21e..d171304 100644 --- a/xos/configurations/opencloud/Dockerfile +++ b/xos/configurations/opencloud/Dockerfile
@@ -104,7 +104,7 @@ ADD observer.conf /etc/supervisor/conf.d/ # Get XOS -ADD xos /opt/xos +RUN git clone git://github.com/open-cloud/xos.git /tmp/xos && mv /tmp/xos/xos /opt/ # Initscript is broken in Ubuntu #ADD observer-initscript /etc/init.d/xosobserver