From 507b47c8b44531a23823ca2b958a8ed77694ce21 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Fri, 10 Nov 2023 16:22:39 -0500 Subject: [PATCH] Add env variable to set default keyboard in docker for #564 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 400eea1c..3901a479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,9 @@ LABEL app.name="WAIL" \ app.license.url="https://github.com/machawk1/wail/blob/main/LICENSE" \ app.repo.url="https://github.com/machawk1/wail" -#TZdata will interactively ask for this info +# TZdata will interactively ask for this info ENV TZ=Europe/Minsk +ENV DEBIAN_FRONTEND=noninteractive RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # VNC