Skip to content

Commit

Permalink
Set unicode-aware locale in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 22, 2025
1 parent 450e2f9 commit bc93904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM ubuntu:22.04 AS base
# Don't prompt for time zone
ENV DEBIAN_FRONTEND noninteractive

# Properly handle Unicode
ENV LANG C.utf-8

# Put user-installed Python code in path
ENV PATH "$PATH:/root/.local/bin"

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM ubuntu:22.04
# Don't prompt for time zone
ENV DEBIAN_FRONTEND noninteractive

# Properly handle Unicode
ENV LANG C.utf-8

# Set up Mono's APT repo
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates gnupg \
Expand Down

0 comments on commit bc93904

Please sign in to comment.