Skip to content

Commit

Permalink
Add env variable to set default keyboard in docker for #564
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Nov 10, 2023
1 parent 6e5c237 commit 507b47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507b47c

Please sign in to comment.