From 4fdaf9937b92c64807439f61c5d3b0de9471fd4b Mon Sep 17 00:00:00 2001
From: Ugur Yilmaz <ugur.yilmaz@skao.int>
Date: Tue, 20 Sep 2022 14:03:49 +0100
Subject: [PATCH] ST-1397: add python3-setuptools to fix poetry reinstall all
 packages

---
 images/ska-tango-images-pytango-runtime/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/images/ska-tango-images-pytango-runtime/Dockerfile b/images/ska-tango-images-pytango-runtime/Dockerfile
index dc16cb18..e448a519 100644
--- a/images/ska-tango-images-pytango-runtime/Dockerfile
+++ b/images/ska-tango-images-pytango-runtime/Dockerfile
@@ -38,8 +38,9 @@ RUN apt-get update \
       make \
       curl \
       python3 \
-      python3-distutils
-
+      python3-distutils \
+      python3-setuptools 
+      
 # Copy across files that are used to help orchestrate container compositions
 # and test execution sequences
 COPY --from=buildenv /usr/local/bin/wait-for-it.sh /usr/local/bin/wait-for-it.sh
-- 
GitLab