Skip to content

Commit

Permalink
remove fuse, as fuse3 is there by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Mar 16, 2023
1 parent 73ec783 commit 111eb23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/github/helpers/install_rclone_docker_volume_plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ IFS=$'\n\t'

# Installation instructions from https://rclone.org/docker/
R_CLONE_VERSION="1.62.1"
apt-get -y install fuse=2.9.9-5ubuntu3
mkdir --parents /var/lib/docker-plugins/rclone/config
mkdir --parents /var/lib/docker-plugins/rclone/cache
docker plugin install rclone/docker-volume-rclone:amd64-${R_CLONE_VERSION} args="-v" --alias rclone --grant-all-permissions
Expand Down

0 comments on commit 111eb23

Please sign in to comment.