Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit d647092

Browse files
Update Dockerfile
1 parent 70fd2ac commit d647092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM postgres:13.3
22
RUN localedef -i de_CH -c -f UTF-8 -A /usr/share/locale/locale.alias de_CH.UTF-8
33
ENV LANG de_CH.utf8
4-
ENV POSTGRES_INITDB_ARGS "-E UTF-8 --locale de_CH.TF-8"
4+
ENV POSTGRES_INITDB_ARGS "-E UTF-8 --locale de_CH.UTF-8"

0 commit comments

Comments
 (0)