From a18c962b552ffc42fa68d47a9c9d040400e005ad Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Thu, 19 Sep 2024 14:48:07 +0200 Subject: [PATCH] fix: Dockerfile Encoding --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ad7bffd..1cfb745 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM simulationcraftorg/simc:latest +ENV LANG=de_DE.UTF-8 + RUN apk add --no-cache python3 py3-pip git ENV VIRTUAL_ENV=/opt/venv