build(docker/fradrive): set DEBIAN_FRONTEND and TZ to avoid user interaction when installing tzdata
This commit is contained in:
parent
c033243038
commit
758f4db9d8
@ -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
|
# ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# FraDrive runtime dependencies
|
# FraDrive runtime dependencies
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV TZ=Etc/UTC
|
||||||
RUN apt-get update && apt-get -y install libsodium-dev
|
RUN apt-get update && apt-get -y install libsodium-dev
|
||||||
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
|
|||||||
Reference in New Issue
Block a user