diff --git a/Dockerfile b/Dockerfile index 92fb994..23cc699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:24.04 USER 0 RUN apt update -RUN apt install -yq libssl-dev \ +RUN apt install -yq yt-dlp libssl-dev \ wget curl unzip \ openssl \ ca-certificates \