Install v17

This commit is contained in:
Florian Stosse
2025-08-29 14:16:41 +02:00
parent df0bd145d3
commit 28d875901f

View File

@@ -10,7 +10,7 @@ RUN apt-get update \
wget curl \ wget curl \
git-core unzip unrar postgresql-common \ git-core unzip unrar 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 -i \ && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 17\
&& 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/*