4 lines
168 B
Docker
4 lines
168 B
Docker
FROM mdillon/postgis:10
|
|
RUN localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
|
|
ENV LANG ru_RU.utf8
|
|
COPY hstore.sql /docker-entrypoint-initdb.d |