build(docker/fradrive): set DEBIAN_FRONTEND and TZ to avoid user interaction when installing tzdata

This commit is contained in:
Sarah Vaupel 2025-02-16 15:30:53 +01:00
parent c033243038
commit 758f4db9d8

View File

@ -10,6 +10,8 @@ FROM ${FROM_IMG}:${FROM_TAG}
# ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
# FraDrive runtime dependencies
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt-get update && apt-get -y install libsodium-dev
# TODO: minimize texlive dependencies, switch to basic schemes where possible
RUN apt-get update && apt-get -y install \