commit | c1d963d1493788623aa9096678ac8e721d5fcdce | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Aug 10 18:47:01 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Aug 10 18:47:01 2015 -0700 |
tree | b3d20513d4b5fe92f438c2f26356296a4bae572e | |
parent | abe9f0a1f69710918cd74acfa18485f943156b0c [diff] |
add Tosca engine to Dockerfile
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.