diff --git a/Dockerfile b/Dockerfile index 568cf29..968b78f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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