Skip to content

Commit

Permalink
add unzip for rclone install
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Mar 4, 2024
1 parent eb5411f commit a5ebeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm64/images/logical-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update \
gnupg \
gcc \
libffi-dev \
unzip \
&& curl https://rclone.org/install.sh | bash \
&& cp /usr/bin/rclone /usr/local/bin/ \
&& chmod +x /usr/local/bin/rclone \
Expand Down

0 comments on commit a5ebeb2

Please sign in to comment.