Update youtube-dl to 2019.11.05

This commit is contained in:
Maksym Pavlenko
2019-11-15 10:51:05 -08:00
parent a3738ff432
commit 18fd306823
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -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"]
+1 -1
View File
@@ -16,7 +16,7 @@ build:
#
.PHONY: docker
docker:
docker build -t mxpv/podsync .
docker build -t podsync .
#
# Pull GolangCI-Lint dependency