mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Fixed missing hostname package for OL
This commit is contained in:
parent
d1961d355b
commit
a09458cecd
@ -40,6 +40,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
fping \
|
||||
traceroute \
|
||||
nmap \
|
||||
hostname \
|
||||
file-libs \
|
||||
iputils \
|
||||
traceroute \
|
||||
|
@ -38,6 +38,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="fping \
|
||||
file-libs \
|
||||
hostname \
|
||||
traceroute \
|
||||
nmap \
|
||||
iputils \
|
||||
|
Loading…
Reference in New Issue
Block a user