mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Fixed missing hostname package for OL
This commit is contained in:
parent
3dde7f3a5b
commit
fb578dd670
@ -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