feat: install tzdata in the docker image (#3056)

* disable caching of repository metadata and installation of tzdata

* add TZ variable example
This commit is contained in:
清靈語
2023-01-16 13:43:15 +08:00
committed by GitHub
parent 8e2069c554
commit 1cfd47a258
2 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,6 @@ services:
- PUID=0
- PGID=0
- UMASK=022
- TZ=UTC
container_name: alist
image: 'xhofe/alist:latest'