fix: with Rclone & fuse

This commit is contained in:
administrateur 2025-03-30 05:13:48 +02:00
parent 85319bebee
commit 11ba6a8957

View File

@ -11,7 +11,7 @@ RUN apt update && apt install -y --no-install-recommends \
ca-certificates bash git openssh-client python3 python3-venv python3-pip \
build-essential libfuse3-dev libcurl4-openssl-dev libxml2-dev \
pkg-config automake autoconf libtool \
jq curl graphviz ghostscript fonts-dejavu rsync && \
jq curl graphviz ghostscript fonts-dejavu rsync rclone fuse3 && \
rm -rf /var/lib/apt/lists/*
# Create a virtual environment