mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Added zlib and devel packages
This commit is contained in:
@ -54,7 +54,8 @@ RUN set -eux && \
|
||||
pcre2 \
|
||||
unixodbc \
|
||||
gzip \
|
||||
fping" && \
|
||||
fping \
|
||||
zlib" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
--clean-protected \
|
||||
|
@ -74,7 +74,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
OpenIPMI-libs \
|
||||
pcre2 \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
unixODBC \
|
||||
zlib" && \
|
||||
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
|
||||
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
|
||||
|
@ -58,7 +58,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
|
||||
mysql-client \
|
||||
snmp-mibs-downloader \
|
||||
gzip \
|
||||
unixodbc" && \
|
||||
unixodbc \
|
||||
zlib1g" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
--no-install-recommends install \
|
||||
|
Reference in New Issue
Block a user