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 \ bash \
pcre \ pcre \
coreutils \ coreutils \
smartmontools \
sudo \
iputils" && \ iputils" && \
apk add \ apk add \
--no-cache \ --no-cache \

View File

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

View File

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

View File

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

View File

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