Skip to content

Commit

Permalink
install german language package
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 31, 2024
1 parent 052fcbd commit 6102d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schafkopf/scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ WORKDIR /app
# https://docs.aws.amazon.com/lambda/latest/dg/python-image.html#python-image-clients
RUN pip install awslambdaric

RUN apt-get update && \
apt-get install -y locales && \
locale-gen de_DE.UTF-8 && \
update-locale \

ENV POETRY_VIRTUALENVS_CREATE=false \
POETRY_NO_INTERACTION=1 \
POETRY_HOME="/opt/poetry"
Expand Down

0 comments on commit 6102d60

Please sign in to comment.