Docker: Install tzdata in Dockerfile
All checks were successful
Invidious CI / build (push) Successful in 5m6s
All checks were successful
Invidious CI / build (push) Successful in 5m6s
This commit is contained in:
parent
c27a703544
commit
036ab6ef65
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ RUN if [[ "${release}" == 1 ]] ; then \
|
|||
--link-flags "-lxml2 -llzma"; \
|
||||
fi
|
||||
|
||||
FROM alpine:3.18
|
||||
RUN apk add --no-cache rsvg-convert ttf-opensans tini
|
||||
FROM alpine:3.20
|
||||
RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata
|
||||
WORKDIR /invidious
|
||||
RUN addgroup -g 1000 -S invidious && \
|
||||
adduser -u 1000 -S invidious -G invidious
|
||||
|
|
Loading…
Reference in a new issue