Skip to content

Commit

Permalink
Merge #4289 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
2 parents 450e2f9 + bc93904 commit c861463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file.
- [Netkan] Don't raise inflation errors for single-hosted prereleases of multi-hosted mods (#4273 by: HebaruSan)
- [Netkan] Stop trying to get remote version files from the forum (#4274 by: HebaruSan)
- [Build] ci: Bumping Signing request tag (#4280 by: techman83; reviewed: HebaruSan)
- [Netkan] Set unicode-aware locale in containers (#4289 by: HebaruSan)

## v1.35.2 (Penrose)

Expand Down
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 c861463

Please sign in to comment.