Skip to content

Commit

Permalink
fix: error when mounting fuse fs (#88)
Browse files Browse the repository at this point in the history
* fix: ln fusermount3

* build: fix dockerfile
  • Loading branch information
timgreen authored Nov 1, 2024
1 parent 62352d0 commit 66d8601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclone_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ 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
&& 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 66d8601

Please sign in to comment.