This commit is contained in:
@@ -11,9 +11,14 @@ FROM postgis/postgis:16-master
|
||||
|
||||
COPY --from=builder /usr/local/src/pg_autoconfig/bin/pg_autoconfig /
|
||||
|
||||
COPY upgrade-entrypoint.sh /
|
||||
|
||||
RUN localedef -i cs_CZ -c -f UTF-8 -A /usr/share/locale/locale.alias cz_CZ.UTF-8 && \
|
||||
apt-get update && apt-get install -y postgresql-16-auto-failover pg-auto-failover-cli postgresql-16-pgvector && rm -rf /var/lib/apt/lists/*
|
||||
apt-get update && apt-get install -y postgresql-16-auto-failover pg-auto-failover-cli postgresql-16-pgvector && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
chmod +x /upgrade-entrypoint.sh
|
||||
|
||||
#ENV LANG en_GB.utf8
|
||||
|
||||
ENTRYPOINT [ "/pg_autoconfig" ]
|
||||
ENTRYPOINT [ "/upgrade-entrypoint.sh" ]
|
||||
CMD [ "/pg_autoconfig" ]
|
||||
Reference in New Issue
Block a user