diff --git a/glances/Dockerfile b/glances/Dockerfile index 8624cd3..3fe8439 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -12,6 +12,7 @@ COPY requirements.txt /tmp/ # hadolint ignore=DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \ + build-base=0.5-r3 \ py3-pip=22.1.1-r0 \ \ && apk add --no-cache \