Skip to content
Snippets Groups Projects
Commit 02009ffb authored by nimrod's avatar nimrod
Browse files

youtube-dl: renamed to yt-dlp.

parent ba6d98e0
No related branches found
No related tags found
No related merge requests found
Pipeline #3363 passed
...@@ -7,7 +7,7 @@ RUN apt-get update && \ ...@@ -7,7 +7,7 @@ RUN apt-get update && \
libavcodec-extra \ libavcodec-extra \
libavfilter-extra \ libavfilter-extra \
libavformat-extra \ libavformat-extra \
youtube-dl \ yt-dlp \
&& \ && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
ENTRYPOINT ["/usr/bin/youtube-dl"] ENTRYPOINT ["/usr/bin/yt-dlp"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment