[bitnami/rclone] Add fuse as dep (#50118)

rclone supports mounting using fuse, but depends on the fusermount3
command, which is provided by the package fuse3.

More info here:
https://rclone.org/commands/rclone_mount/

Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
This commit is contained in:
Dave Walker
2023-11-06 17:55:09 +00:00
committed by GitHub
parent 8c342f8dc8
commit 8a0acf862d

View File

@@ -23,7 +23,7 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps
RUN install_packages ca-certificates curl procps fuse3
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"rclone-1.64.2-0-linux-${OS_ARCH}-debian-11" \