mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-18 02:40:52 +01:00
Removed orphan package from agent2
This commit is contained in:
parent
23cf8902f7
commit
7fed5e6530
@ -44,7 +44,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 \
|
||||||
|
@ -45,7 +45,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
iputils \
|
iputils \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
libcurl \
|
libcurl \
|
||||||
libmodbus \
|
|
||||||
smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
openssl-libs" && \
|
openssl-libs" && \
|
||||||
|
@ -65,7 +65,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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user