Added smartmontools for checking SMART values with agent2

This commit is contained in:
Alexey Pustovalov 2021-11-13 16:09:15 +01:00
parent b625d8c7eb
commit 5b839ca2bd
5 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,8 @@ RUN set -eux && \
bash \
pcre \
coreutils \
smartmontools \
sudo \
iputils" && \
apk add \
--no-cache \

View File

@ -39,6 +39,8 @@ RUN set -eux && \
iputils \
pcre \
libcurl-minimal \
smartmontools \
sudo \
openssl-libs" && \
dnf -y install epel-release && \
dnf -y install \

View File

@ -39,6 +39,8 @@ RUN set -eux && \
iputils \
pcre \
libcurl \
smartmontools \
sudo \
openssl-libs" && \
microdnf -y install \
--disablerepo="*" \

View File

@ -57,6 +57,8 @@ RUN set -eux && \
iputils \
shadow-utils \
pcre \
smartmontools \
sudo \
libcurl" && \
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \

View File

@ -36,6 +36,8 @@ RUN set -eux && \
INSTALL_PKGS="tini \
tzdata \
ca-certificates \
smartmontools \
sudo \
libssl1.1 \
libcurl4 \
libldap-2.4" && \