summaryrefslogtreecommitdiffstats
path: root/docker-files
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-01-14 09:10:56 +0100
committernicolargo <nicolas@nicolargo.com>2023-01-14 09:10:56 +0100
commitf3f85eeb276a0ec2677fe4ba26053fde304757e5 (patch)
tree15c6926cd3b2d2fd6d858f7aeeebd2b399e44293 /docker-files
parente564ba4cf65dafa9ca768e11b3cb75bc7f17b41c (diff)
Unable to see docker related information #2180
Diffstat (limited to 'docker-files')
-rw-r--r--docker-files/alpine.Dockerfile1
-rw-r--r--docker-files/ubuntu.Dockerfile1
2 files changed, 2 insertions, 0 deletions
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 \