added tzdata package

This commit is contained in:
Daniel Fichtinger 2025-07-18 01:15:21 -04:00
parent 349c25f9c9
commit 610522d311
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
FROM node:alpine3.22
# Install extras
RUN apk add --no-cache bash curl git coreutils uv just tar zstd
RUN apk add --no-cache bash curl git coreutils uv just tar zstd tzdata
# ensure UV on path
ENV PATH="/root/.local/bin:$PATH"