Merge remote-tracking branch 'origin/main' into beta

This commit is contained in:
buanet
2025-05-21 21:54:00 +02:00
17 changed files with 536 additions and 31 deletions

View File

@@ -86,7 +86,7 @@ RUN apt-get update && apt-get upgrade -y \
&& rm -rf /tmp/* /var/tmp/* /root/.cache/* /root/.npm/* /var/lib/apt/lists/*
# Default environment variables
ENV BUILD="${DATI}" \
ENV BUILD="${BUILD}" \
DEBIAN_FRONTEND="teletype" \
LANG="de_DE.UTF-8" \
LANGUAGE="de_DE:de" \