Skip to content

Commit

Permalink
Add rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 27, 2023
1 parent 8f1184a commit 8b87a8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,9 @@ RUN /tmp/get-salt
COPY install/get-unison /tmp
RUN /tmp/get-unison

# rclone
COPY install/get-rclone /tmp
RUN /tmp/get-rclone

COPY config/99-acsone.conf /etc/ssh/ssh_config.d/
RUN chmod og-rw /etc/ssh/ssh_config.d/99-acsone.conf
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ A container image with useful tools to automate deployments.
- [pg_activity](https://pypi.org/project/pg-activity)
- [htpasswd](https://httpd.apache.org/docs/current/programs/htpasswd.html)
- [unison](https://github.com/bcpierce00/unison)
- [rclone](https://rclone.org)

It is based on Ubuntu 22.04, but don't rely on it and if you do, be
extra sure to pin a tag.
Expand Down
2 changes: 2 additions & 0 deletions install/get-rclone
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
curl https://rclone.org/install.sh | bash

0 comments on commit 8b87a8c

Please sign in to comment.