From 2c970a0495e7884c15e6f2110d8e53c85b590d27 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Fri, 16 Dec 2022 10:44:39 +0100 Subject: [PATCH] Add py3-six dependency (#307) --- glances/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/glances/Dockerfile b/glances/Dockerfile index a7a342c..1a1fc23 100644 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -19,6 +19,7 @@ RUN \ && apk add --no-cache \ nginx=1.22.1-r0 \ py3-packaging=21.3-r2 \ + py3-six=1.16.0-r3 \ python3=3.10.9-r1 \ \ && pip3 install -r /tmp/requirements.txt \