From a9c0a0ce446bc44872056ace4d9a9201833a011a Mon Sep 17 00:00:00 2001 From: emrah Date: Sat, 13 Dec 2025 17:04:23 +0300 Subject: [PATCH] feat(jibri): add rclone --- jibri/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index ed91276..b4d1fc6 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -30,7 +30,8 @@ RUN apt-dpkg-wrap apt-get update && \ unzip \ fonts-noto \ fonts-noto-cjk \ - libcap2-bin && \ + libcap2-bin \ + rclone && \ /usr/bin/install-chrome.sh && \ apt-cleanup && \ adduser jibri rtkit && \