mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-17 02:10:49 +01:00
Removed orphan package from agent2
This commit is contained in:
parent
ec6c4fa544
commit
583626f6c8
@ -45,7 +45,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl-minimal \
|
||||
libmodbus \
|
||||
smartmontools \
|
||||
sudo \
|
||||
openssl-libs" && \
|
||||
|
@ -45,7 +45,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
libmodbus \
|
||||
smartmontools \
|
||||
sudo \
|
||||
openssl-libs" && \
|
||||
|
@ -65,7 +65,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
pcre2 \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libmodbus \
|
||||
libcurl" && \
|
||||
curl --tlsv1.2 -sSf -L -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user