From c85bab690d64c4506166ce4e2dfa2859ffbf7580 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 14 Oct 2016 15:57:19 -0500 Subject: [PATCH] ciao-deploy: Add cryptography bundle previous to this change, there was no explicit requirement of the openssl tools. The cryptography bundle provides this functionality. Signed-off-by: Simental Magana, Marcos --- ciao-deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciao-deploy/Dockerfile b/ciao-deploy/Dockerfile index c2a0833..de995b8 100644 --- a/ciao-deploy/Dockerfile +++ b/ciao-deploy/Dockerfile @@ -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