Skip to content

Commit

Permalink
build: configure UTF-8 locale in devcontainer (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 16, 2024
1 parent 691d8c5 commit 85f4142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y \
yarnpkg \
&& apt-get clean autoclean

# Ensure UTF-8 encoding
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

# Yarn
RUN ln -sf /usr/bin/yarnpkg /usr/bin/yarn

Expand Down

0 comments on commit 85f4142

Please sign in to comment.