From 5cee94b22e5e8502d8834cff80dd6e31d93bb2a7 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Sun, 6 Oct 2024 20:34:38 +0200 Subject: [PATCH] CLEAN UP Dockerfile - remove references from template --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49a00fc..a0dddf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,6 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* WORKDIR /tmp/yt-dlp -ARG TARGETARCH=amd64 -ARG HUGO_VERSION=0.135.0 - RUN wget -O yt-dlp --progress=dot:giga "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp" RUN cp /tmp/yt-dlp/yt-dlp /usr/bin/yt-dlp && \