From e9711a06f3842aa91388c96548ff49ac36335543 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 22 Oct 2023 00:16:44 +0200 Subject: [PATCH] Add python-swiftclient and python2 installation. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a092abd..bc87216 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 +RUN apt-get -y install duplicity python-swiftclient python2