Skip to content

Commit be0dd9f

Browse files
committedApr 16, 2024
build: configure UTF-8 locale in devcontainer (openai#774)
1 parent 7fa4400 commit be0dd9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.devcontainer/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y \
77
yarnpkg \
88
&& apt-get clean autoclean
99

10+
# Ensure UTF-8 encoding
11+
ENV LANG=C.UTF-8
12+
ENV LC_ALL=C.UTF-8
13+
1014
# Yarn
1115
RUN ln -sf /usr/bin/yarnpkg /usr/bin/yarn
1216

0 commit comments

Comments
 (0)
Please sign in to comment.