Added zlib and devel packages

This commit is contained in:
Alexey Pustovalov
2024-03-24 22:42:53 +09:00
parent b109b78974
commit b6a46be4b2
20 changed files with 40 additions and 20 deletions

View File

@ -53,7 +53,8 @@ RUN set -eux && \
openipmi-libs \
pcre2 \
gzip \
unixodbc" && \
unixodbc \
zlib" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -76,7 +76,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 && \

View File

@ -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 \