update postgresql-common to fix build
This commit is contained in:
@@ -10,9 +10,9 @@ RUN apt-get update \
|
||||
wget curl \
|
||||
git-core unzip unrar-free postgresql-common \
|
||||
&& 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 \
|
||||
&& apt-get update && apt-get -y upgrade\
|
||||
&& apt-get clean \
|
||||
&& apt-get update && apt-get -y upgrade && apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
###########################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user