feat(jibri): add rclone

This commit is contained in:
emrah
2025-12-13 17:04:23 +03:00
committed by Saúl Ibarra Corretgé
parent c1fd81d522
commit a9c0a0ce44

View File

@@ -30,7 +30,8 @@ RUN apt-dpkg-wrap apt-get update && \
unzip \ unzip \
fonts-noto \ fonts-noto \
fonts-noto-cjk \ fonts-noto-cjk \
libcap2-bin && \ libcap2-bin \
rclone && \
/usr/bin/install-chrome.sh && \ /usr/bin/install-chrome.sh && \
apt-cleanup && \ apt-cleanup && \
adduser jibri rtkit && \ adduser jibri rtkit && \