Merge pull request #1262 from zabbix/modbus_trunk

Modbus trunk
This commit is contained in:
Alexey Pustovalov 2024-02-26 15:38:56 +09:00 committed by GitHub
commit 6bbdc2d2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -43,7 +43,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl-minimal \ libcurl-minimal \
libmodbus \
smartmontools \ smartmontools \
shadow-utils \ shadow-utils \
sudo \ sudo \

View File

@ -44,7 +44,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl \ libcurl \
libmodbus \
smartmontools \ smartmontools \
sudo \ sudo \
openssl-libs" && \ openssl-libs" && \

View File

@ -64,7 +64,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
pcre2 \ pcre2 \
smartmontools \ smartmontools \
sudo \ sudo \
libmodbus \
libcurl-minimal" && \ libcurl-minimal" && \
curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \ rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \