Merge pull request #6 from mrkz/ciao-webui-openssl

ciao-deploy: Add cryptography bundle
This commit is contained in:
Obed N Munoz
2016-10-14 16:22:31 -05:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ MAINTAINER marcos.simental.magana@intel.com
ARG swupd_args
ENV HOME=/root/
RUN swupd bundle-add sysadmin-hostmgmt go-basic c-basic openstack-common $swupd_args
RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-common $swupd_args
RUN cp -r /usr/share/ansible/examples/ciao /root/
RUN ansible-galaxy install -r /root/ciao/requirements.yml --ignore-certs