Files
docker-postgis/Dockerfile
Roman Vanicek 1a2b57b9c1
All checks were successful
continuous-integration/drone Build is passing
Postgis 16 with pg_auto_failover
2024-03-21 19:31:07 +01:00

5 lines
256 B
Docker

FROM postgis/postgis:16-master
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 && rm -rf /var/lib/apt/lists/*
#ENV LANG en_GB.utf8