diff --git a/Dockerfile b/Dockerfile index cd71093..edaf33f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get -y update \ && apt-get -y install zip unzip python-pexpect python-pip RUN pip install ansible==2.7 +RUN pip install openstacksdk ADD ansible/. /ansible ADD my_init/init-ansible.sh /init.sh