chore: removed DEBIAN_FRONTEND env var as it's pointless in an alpine based container
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
mustard 2025-10-04 00:34:23 +02:00
parent 412e00397a
commit d44b1fd9b5

View file

@ -43,8 +43,7 @@ COPY --from=ghcr.io/polarix-containers/hardened_malloc:latest /install /usr/loca
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
# Default environment variables for the Jellyfin invocation
ENV DEBIAN_FRONTEND="noninteractive" \
LC_ALL="en_US.UTF-8" \
ENV LC_ALL="en_US.UTF-8" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
JELLYFIN_DATA_DIR="/config" \