Skip to content

Commit

Permalink
build: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timgreen committed Oct 20, 2024
1 parent b8b7e6a commit 6ac55ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclone_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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
&& sed -i 's/#user_allow_other/user_allow_other/' /etc/fuse.conf \
&& ln -s /bin/fusermount /bin/fusermount3

# Copy root filesystem
Expand Down

0 comments on commit 6ac55ec

Please sign in to comment.