Added zlib and devel packages

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

View File

@ -41,7 +41,8 @@ RUN set -eux && \
libgcc \
libcurl \
libmodbus \
libldap" && \
libldap \
zlib" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -58,7 +58,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
shadow-utils \
pcre2 \
libmodbus \
libcurl-minimal" && \
libcurl-minimal \
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

@ -42,7 +42,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
libcurl4 \
libmodbus5 \
libpcre2-8-0 \
libldap-2.4" && \
libldap-2.4 \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \

View File

@ -57,7 +57,8 @@ RUN set -eux && \
go \
make \
$openjdk_packages \
unixodbc-dev" && \
unixodbc-dev \
zlib-dev" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -44,7 +44,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
git \
gettext \
go-toolset \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "extras-common" \

View File

@ -45,7 +45,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
java-17-openjdk-devel \
git \
gettext \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ol9_baseos_latest" \

View File

@ -56,7 +56,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
java-17-openjdk-devel \
git \
gettext \
unixODBC-devel" && \
unixODBC-devel \
zlib-devel" && \
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

@ -46,7 +46,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
git \
golang-1.21 \
unzip \
unixodbc-dev" && \
unixodbc-dev \
zlib1g-dev" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \

View File

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

View File

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

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 \

View File

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

View File

@ -71,7 +71,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
OpenIPMI-libs \
pcre2 \
sqlite-libs \
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

@ -54,7 +54,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
libssl3 \
libxml2 \
snmp-mibs-downloader \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \

View File

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

View File

@ -77,7 +77,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

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

View File

@ -57,7 +57,8 @@ RUN set -eux && \
postgresql-client \
postgresql-libs \
gzip \
unixodbc" && \
unixodbc \
zlib" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -79,7 +79,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
postgresql \
postgresql-libs \
gzip \
unixODBC" && \
unixODBC \
zlib1g" && \
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

@ -62,7 +62,8 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
postgresql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
unixodbc \
zlib1g" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
--no-install-recommends install \