Fix wrong python version for python3-swiftclient.

This commit is contained in:
yohan 2023-10-22 00:22:09 +02:00
parent e9711a06f3
commit 3ff475a0e0

View File

@ -9,4 +9,4 @@ RUN pip install ansible
RUN pip install "openstacksdk>=1.0.0" RUN pip install "openstacksdk>=1.0.0"
RUN pip install docker RUN pip install docker
RUN pip install docker-compose RUN pip install docker-compose
RUN apt-get -y install duplicity python-swiftclient python2 RUN apt-get -y install duplicity python3-swiftclient python2