Skip to content

Commit

Permalink
Merge pull request #567 from machawk1/issue-564
Browse files Browse the repository at this point in the history
Add env variable to set default keyboard in docker for #564
  • Loading branch information
machawk1 authored Nov 13, 2023
2 parents 6e5c237 + 507b47c commit 9eda87c
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 9eda87c

Please sign in to comment.