From 3ff475a0e014fcd4e8f6977f80a8d31eb1dd29c4 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 22 Oct 2023 00:22:09 +0200 Subject: [PATCH] Fix wrong python version for python3-swiftclient. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc87216..67f9c4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip install ansible RUN pip install "openstacksdk>=1.0.0" RUN pip install docker RUN pip install docker-compose -RUN apt-get -y install duplicity python-swiftclient python2 +RUN apt-get -y install duplicity python3-swiftclient python2