Added zlib and devel packages. Updated PostgreSQL from 13 to 15 version

This commit is contained in:
Alexey Pustovalov
2024-03-24 22:42:53 +09:00
parent cc6edc2a69
commit a0519655a9
22 changed files with 42 additions and 23 deletions

View File

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