Merge branch 'develop' of github.com:nicolargo/glances into develop

pull/1932/head
nicolargo 2021-09-25 10:14:51 +02:00
commit 5e8cf29f27
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apt-get update && \
build-essential \
lm-sensors \
wireless-tools \
smartmontools \
iputils-ping && \
apt-get clean && rm -rf /var/lib/apt/lists/*
@ -57,6 +58,7 @@ RUN apt-get update && \
curl \
lm-sensors \
wireless-tools \
smartmontools \
iputils-ping && \
apt-get clean && rm -rf /var/lib/apt/lists/*