update postgresql-common to fix build
Some checks failed
Build / build (amd64, ubuntu-24.04) (push) Has been cancelled
Build / build (arm64, ubuntu-24.04-arm, v8) (push) Has been cancelled
Build / deploy (push) Has been cancelled
Build / scan (push) Has been cancelled

This commit is contained in:
root
2025-12-10 12:54:11 +01:00
parent 792af43640
commit be85b58894

View File

@@ -10,9 +10,9 @@ RUN apt-get update \
wget curl \ wget curl \
git-core unzip unrar-free postgresql-common \ git-core unzip unrar-free postgresql-common \
&& locale-gen $LANG && update-locale LANG=$LANG \ && locale-gen $LANG && update-locale LANG=$LANG \
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v 18 && apt install postgresql-common -y \
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 18 \ && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 18 \
&& apt-get update && apt-get -y upgrade\ && apt-get update && apt-get -y upgrade && apt-get clean \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
########################################################################################################### ###########################################################################################################