We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3572e14 commit ec5eae7Copy full SHA for ec5eae7
Dockerfile
@@ -3,6 +3,6 @@ FROM alpine:3.10
3
WORKDIR /app/
4
RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/latest/download/youtube-dl && \
5
chmod +x /usr/bin/youtube-dl && \
6
- apk --no-cache add ca-certificates python ffmpeg
+ apk --no-cache add ca-certificates python ffmpeg tzdata
7
COPY podsync /app/podsync
8
CMD ["/app/podsync"]
0 commit comments