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"