Skip to content

Commit ea340f7

Browse files
sweatybridgedarora
authored andcommitted
fix: use C collation for compiling extensions with orioledb
1 parent 5651b60 commit ea340f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/orioledb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV PGDATA=/var/lib/postgresql/data
5353
# RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
5454
ENV LANG=en_US.UTF-8
5555
ENV LC_CTYPE=C.UTF-8
56-
ENV LC_COLLATE=C.UTF-8
56+
ENV LC_COLLATE=C
5757

5858
FROM base as builder
5959
# Install build dependencies

0 commit comments

Comments
 (0)