Skip to content

Commit

Permalink
fix: install tzdata for tz conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Aug 9, 2024
1 parent fefd304 commit be4f1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ARG GID=991

RUN apk add --no-cache \
'gcompat>=0' \
'tzdata>=2024' \
'libxml2>=2' \
'libxslt>=1' \
&& addgroup --gid "$GID" "$USER" \
Expand Down

0 comments on commit be4f1c7

Please sign in to comment.