mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
[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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user