Skip to content

Commit

Permalink
fix(docker): Add tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 14, 2023
1 parent 2a0e80f commit ff723c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN --mount=type=cache,target=/root/.cache \
FROM alpine:3.18
WORKDIR /app

RUN apk add --no-cache tzdata

ARG USERNAME=sponsorblockcast
ARG UID=1000
ARG GID=$UID
Expand Down

0 comments on commit ff723c8

Please sign in to comment.