Added zlib and devel packages

This commit is contained in:
Alexey Pustovalov 2024-03-25 00:16:18 +09:00
parent 876a2c14d3
commit 14666fc1b0

View File

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