mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(cmd): add fallback tz information (#526)
* fix(cmd): add fallback tz information * build(docker): add tzdata pkg
This commit is contained in:
parent
b7c9674a01
commit
490d85d220
3 changed files with 6 additions and 4 deletions
|
@ -14,7 +14,7 @@ ARG VERSION=dev
|
|||
ARG REVISION=dev
|
||||
ARG BUILDTIME
|
||||
|
||||
RUN apk add --no-cache git make build-base
|
||||
RUN apk add --no-cache git make build-base tzdata
|
||||
|
||||
ENV SERVICE=autobrr
|
||||
|
||||
|
@ -43,7 +43,7 @@ ENV HOME="/config" \
|
|||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
RUN apk --no-cache add ca-certificates curl
|
||||
RUN apk --no-cache add ca-certificates curl tzdata
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue