Smartmontools missing from full docker image #2262

pull/2272/head
nicolargo 2023-02-04 08:45:45 +01:00
parent 4b62000d90
commit 476e9b5760
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN apk add --no-cache \
curl \
lm-sensors \
wireless-tools \
smartmontools \
iputils
##############################################################################
@ -93,6 +94,7 @@ RUN apk add --no-cache \
curl \
lm-sensors \
wireless-tools \
smartmontools \
iputils
COPY --from=buildRequirements /root/.local/bin /usr/local/bin/

View File

@ -25,6 +25,7 @@ RUN apt-get update \
curl \
lm-sensors \
wireless-tools \
smartmontools \
net-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
@ -102,6 +103,7 @@ RUN apt-get update \
curl \
lm-sensors \
wireless-tools \
smartmontools \
net-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*