chore: removed DEBIAN_FRONTEND env var as it's pointless in an alpine based container
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
412e00397a
commit
d44b1fd9b5
1 changed files with 1 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue