Unable to see docker related information #2180

This commit is contained in:
nicolargo 2023-01-14 09:10:56 +01:00
parent e564ba4cf6
commit f3f85eeb27
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-packaging \ py3-packaging \
py3-dateutil \ py3-dateutil \
py3-requests \
curl \ curl \
lm-sensors \ lm-sensors \
wireless-tools \ wireless-tools \

View File

@ -98,6 +98,7 @@ RUN apt-get update \
python3 \ python3 \
python3-packaging \ python3-packaging \
python3-dateutil \ python3-dateutil \
python3-requests \
curl \ curl \
lm-sensors \ lm-sensors \
wireless-tools \ wireless-tools \