Skip to content

Commit

Permalink
fix: rclone version is too low
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Oct 13, 2023
1 parent e7e9ca5 commit dceb734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ RUN apt-get update -y \
dumb-init \
jq \
haproxy \
rclone \
fuse3 \
&& \
&& curl https://rclone.org/install.sh | bash \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
elif [ "$(uname -m)" = "aarch64" ]; \
Expand Down

0 comments on commit dceb734

Please sign in to comment.