commit | 5bd7331cea66f501a9d004ba72d11d7eecccb901 | [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 | a7a42922e9ab935c9db1174ae37b126a234a1537 [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.