Smartmontools missing from full docker image #2262

This commit is contained in:
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 \ curl \
lm-sensors \ lm-sensors \
wireless-tools \ wireless-tools \
smartmontools \
iputils iputils
############################################################################## ##############################################################################
@ -93,6 +94,7 @@ RUN apk add --no-cache \
curl \ curl \
lm-sensors \ lm-sensors \
wireless-tools \ wireless-tools \
smartmontools \
iputils iputils
COPY --from=buildRequirements /root/.local/bin /usr/local/bin/ COPY --from=buildRequirements /root/.local/bin /usr/local/bin/

View File

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