From cc94c7c396a20d88b70d8f364e26cd5279508b03 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Aug 2020 22:20:35 +0200 Subject: [PATCH] :ambulance: Fix build --- glances/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 50d56f3..d596b2e 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -22,12 +22,13 @@ RUN \ lua-resty-http=0.15-r0 \ nginx-mod-http-lua=1.18.0-r0 \ nginx=1.18.0-r0 \ + py3-pip=20.1.1-r0 \ python3=3.8.5-r0 \ \ && pip3 install \ --no-cache-dir \ --prefer-binary \ - --find-links "https://wheels.home-assistant.io/alpine-3.11/${BUILD_ARCH}/" \ + --find-links "https://wheels.home-assistant.io/alpine-3.12/${BUILD_ARCH}/" \ -r /tmp/requirements.txt \ \ && find /usr/local \