Skip to content

Commit

Permalink
build: configure UTF-8 locale in devcontainer (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 16, 2024
1 parent c4f77a5 commit db10244
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 db10244

Please sign in to comment.