Skip to content

Commit 93ce685

Browse files
committed
feat: switch included/default locale to C
1 parent 819f21b commit 93ce685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM ubuntu:26.04@sha256:a072b64036a738e55bff8f9a9682cbb893bf20c213772effc1de8de
2424

2525
ARG DEBIAN_FRONTEND=noninteractive
2626

27-
ENV LANG=en_US.UTF-8
27+
ENV LANG=C.UTF-8
2828

2929
HEALTHCHECK NONE
3030

@@ -52,7 +52,7 @@ RUN --mount=type=bind,source=.devcontainer/base/apt-requirements.json,target=/tm
5252
cp -r /src/bats-assert /usr/local/bats-assert
5353

5454
# Generate locale
55-
sed -i '/en_US.UTF-8/s/^# //' /etc/locale.gen
55+
sed -i '/C.UTF-8/s/^# //' /etc/locale.gen
5656
locale-gen
5757

5858
# Patch root's bashrc to include bash-completion

0 commit comments

Comments
 (0)