Skip to content

Commit

Permalink
Download latest youtube-dl on docker image build mxpv#119
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpsl committed Apr 19, 2020
1 parent fd22ed3 commit 9574431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.10

WORKDIR /app/
RUN \
apk --no-cache add ca-certificates python py-pip ffmpeg && \
pip install youtube-dl
RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/latest/download/youtube-dl && \
chmod +x /usr/bin/youtube-dl && \
apk --no-cache add ca-certificates python ffmpeg
COPY podsync /app/podsync
CMD ["/app/podsync"]

0 comments on commit 9574431

Please sign in to comment.