feat(act): install rclone
This commit is contained in:
parent
03f41273e1
commit
3f550ad218
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ RUN --mount=type=cache,target=/var/lib/apt \
|
|||
gh \
|
||||
docker-ce-cli docker-buildx-plugin
|
||||
|
||||
# Rclone
|
||||
RUN curl https://rclone.org/install.sh | bash
|
||||
|
||||
# AWS CLI
|
||||
RUN --mount=type=cache,target=/tmp \
|
||||
if [ "${TARGETARCH}" = "amd64" ]; then \
|
||||
|
|
Loading…
Add table
Reference in a new issue