From 4b017fafdf6080ea4319efebcf63c432c094dceb Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 1 Apr 2026 21:38:28 +0000 Subject: [PATCH] install dep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \