Skip to content

Commit af3e999

Browse files
build: configure UTF-8 locale in devcontainer (#195)
1 parent a98ffac commit af3e999

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ RUN apt-get update && apt-get install -y \
1414
vim \
1515
&& apt-get clean autoclean
1616

17+
# Ensure UTF-8 encoding
18+
ENV LANG=C.UTF-8
19+
ENV LC_ALL=C.UTF-8
20+
1721
WORKDIR /workspace
1822

1923
COPY . /workspace

0 commit comments

Comments
 (0)