From 1d56daa1cb0d0aec6b60a90012aafb46358aa603 Mon Sep 17 00:00:00 2001 From: Th0masL Date: Wed, 15 Jun 2022 03:40:16 +0300 Subject: [PATCH] Removed file --- Dockerfile-ytdlp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Dockerfile-ytdlp diff --git a/Dockerfile-ytdlp b/Dockerfile-ytdlp deleted file mode 100644 index a4bdefa..0000000 --- a/Dockerfile-ytdlp +++ /dev/null @@ -1,14 +0,0 @@ -# This is a template to be used by GoReleaser. -# See docs for details: https://goreleaser.com/customization/docker/ - -FROM alpine:3.10 -WORKDIR /app - -RUN wget -O /usr/bin/youtube-dl https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && \ - chmod +x /usr/bin/youtube-dl && \ - apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata -COPY podsync /app/podsync - - -ENTRYPOINT ["/app/podsync"] -CMD ["--no-banner"]