Skip to content

Commit a3c0c7e

Browse files
authored
Merge pull request #61 from viktorianer/fix/lang-and-lc-all-encoding
Add `LANG` and `LC_ALL` environment variables.
2 parents cb70847 + a74ca1d commit a3c0c7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/ruby/.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
44
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
55
&& apt-get purge -y imagemagick imagemagick-6-common
66

7+
ENV LANG=C.UTF-8 \
8+
LC_ALL=C.UTF-8
9+
710
USER vscode

0 commit comments

Comments
 (0)