Skip to content

Commit

Permalink
Merge pull request #61 from viktorianer/fix/lang-and-lc-all-encoding
Browse files Browse the repository at this point in the history
Add `LANG` and `LC_ALL` environment variables.
  • Loading branch information
rafaelfranca authored Nov 5, 2024
2 parents cb70847 + a74ca1d commit a3c0c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/ruby/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
&& apt-get purge -y imagemagick imagemagick-6-common

ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8

USER vscode

0 comments on commit a3c0c7e

Please sign in to comment.