Merge pull request #1263 from zabbix/64_modbus

Removed orphan package from agent2
This commit is contained in:
Alexey Pustovalov 2024-02-26 15:39:20 +09:00 committed by GitHub
commit 53760b5c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

@ -65,7 +65,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
pcre2 \
smartmontools \
sudo \
libmodbus \
libcurl-minimal" && \
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 && \