diff --git a/ciao-deploy/Dockerfile b/ciao-deploy/Dockerfile index 0bab554..a97d3ce 100644 --- a/ciao-deploy/Dockerfile +++ b/ciao-deploy/Dockerfile @@ -5,9 +5,7 @@ ARG swupd_args ENV HOME=/root/ RUN swupd update $swupd_args -RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-common openstack-python-clients $swupd_args - -RUN ansible-galaxy install -r /usr/share/ansible/examples/ciao/requirements.yml --ignore-certs +RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-python-clients $swupd_args RUN rm -rf /var/lib/swupd