Skip to content

Commit

Permalink
Add missing tzdata package to docker build (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlow authored Sep 23, 2024
1 parent 8519ec0 commit 161e91c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DiscordChatExporter.Cli.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8

# Alpine is missing tzdata, which we need to support timezones
RUN apk add --no-cache tzdata

# Use a non-root user to ensure that the files shared with the host are accessible by the host user
# https://github.com/Tyrrrz/DiscordChatExporter/issues/851
# https://github.com/Tyrrrz/DiscordChatExporter/issues/1174
Expand Down

0 comments on commit 161e91c

Please sign in to comment.