diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile index 23d301e8..c44983b7 100644 --- a/docker-files/alpine.Dockerfile +++ b/docker-files/alpine.Dockerfile @@ -89,6 +89,7 @@ RUN apk add --no-cache \ python3 \ py3-packaging \ py3-dateutil \ + py3-requests \ curl \ lm-sensors \ wireless-tools \ diff --git a/docker-files/ubuntu.Dockerfile b/docker-files/ubuntu.Dockerfile index 31a5f186..85a44a1e 100644 --- a/docker-files/ubuntu.Dockerfile +++ b/docker-files/ubuntu.Dockerfile @@ -98,6 +98,7 @@ RUN apt-get update \ python3 \ python3-packaging \ python3-dateutil \ + python3-requests \ curl \ lm-sensors \ wireless-tools \