From 990d65d56dc313b34d8e44b5931cae65fe77594d Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:27:50 +0100 Subject: [PATCH] add ffmpeg and yt-dlp to system-toolbox --- system-toolbox/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index 42f773e..7b63844 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -5,7 +5,9 @@ ENV PKGS_GENERAL="htop \ sysstat \ util-linux \ lm_sensors \ - smartmontools" + smartmontools \ + ffmpeg-free \ + yt-dlp" ENV PKGS_PROCESSES="procps-ng \ strace"