commit | d743e8b2b4d6a67abe9c875f18d81e57e0050f01 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Aug 10 18:47:21 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Aug 10 18:47:21 2015 -0700 |
tree | 79818e622fb0df2557c528ea4f0c7bd8d497b782 | |
parent | c1d963d1493788623aa9096678ac8e721d5fcdce [diff] | |
parent | 909751455de333d67f9e90c8c402a6f36144f7fa [diff] |
Merge branch 'master' of github.com:open-cloud/xos
diff --git a/Dockerfile b/Dockerfile index 7d84cd7..8fa3908 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -121,6 +121,11 @@ RUN git -C /opt/ansible/lib/ansible/modules/core pull RUN git -C /opt/ansible/v2/ansible/modules/core pull +# install Tosca engine +RUN apt-get install -y m4 +RUN pip install python-dateutil +RUN bash /opt/xos/tosca/install_tosca.sh + EXPOSE 8000 # Set environment variables.