X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FKeystone%2FDockerfile;h=e81a7b57c77fd36feba2f0c5b4a95ae0fa493894;hb=refs%2Fchanges%2F64%2F11364%2F3;hp=445111699eff5f749748c18a021565dcd83752f1;hpb=b59bd0dbeec7956585b656606ae03f8f294c5d45;p=osm%2Fdevops.git diff --git a/docker/Keystone/Dockerfile b/docker/Keystone/Dockerfile index 44511169..e81a7b57 100644 --- a/docker/Keystone/Dockerfile +++ b/docker/Keystone/Dockerfile @@ -53,7 +53,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ rm -rf /var/lib/apt/lists/* && \ chmod +x start.sh -RUN pip3 install -U pip==21.3.1 && pip3 install python-ldap==3.2.0 ldappool==3.0.0 +RUN pip3 install -U pip==21.3.1 && \ + pip3 install python-ldap==3.2.0 ldappool==3.0.0 python-openstackclient==5.7.0 # database ENV DB_HOST keystone-db