Skip to content

Commit ec5eae7

Browse files
committed
Include tzdata in Dockerfile #131
1 parent 3572e14 commit ec5eae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM alpine:3.10
33
WORKDIR /app/
44
RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/latest/download/youtube-dl && \
55
chmod +x /usr/bin/youtube-dl && \
6-
apk --no-cache add ca-certificates python ffmpeg
6+
apk --no-cache add ca-certificates python ffmpeg tzdata
77
COPY podsync /app/podsync
88
CMD ["/app/podsync"]

0 commit comments

Comments
 (0)