mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update youtube-dl to 2019.11.05
This commit is contained in:
+7
-4
@@ -1,8 +1,11 @@
|
||||
FROM alpine:3.10
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates \
|
||||
youtube-dl \
|
||||
ffmpeg
|
||||
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
apk update && \
|
||||
apk --no-cache add \
|
||||
ca-certificates \
|
||||
youtube-dl==2019.11.05-r1 \
|
||||
ffmpeg
|
||||
WORKDIR /app/
|
||||
COPY podsync /app/podsync
|
||||
ENTRYPOINT ["/app/podsync"]
|
||||
|
||||
Reference in New Issue
Block a user