Skip to content

Commit 52c4176

Browse files
committed
Remove ref to locale.alias
1 parent 6080dea commit 52c4176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ubuntu/25.10/helix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN LIBCURL=libcurl4 \
6666
libnuma1 \
6767
libxdp1 \
6868
&& rm -rf /var/lib/apt/lists/* \
69-
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
69+
&& localedef -i en_US -c -f UTF-8 en_US.UTF-8
7070

7171
ENV LANG=en_US.utf8
7272

0 commit comments

Comments
 (0)