Skip to content

Commit

Permalink
Add LANG and LC_ALL environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorianer committed Nov 1, 2024
1 parent 54c5e33 commit a74ca1d
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 a74ca1d

Please sign in to comment.