Skip to content

Commit

Permalink
fix: ln fusermount3
Browse files Browse the repository at this point in the history
  • Loading branch information
timgreen authored Oct 20, 2024
1 parent 528ffd3 commit b8b7e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclone_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV RCLONE_WEBUI_INSTALLED_VERSION=2.0.5
# Install fuse
RUN apk add fuse \
&& sed -i 's/#user_allow_other/user_allow_other/' /etc/fuse.conf
&& ln -s /bin/fusermount /bin/fusermount3

# Copy root filesystem
COPY rootfs /
Expand Down

0 comments on commit b8b7e6a

Please sign in to comment.