Skip to content

Commit

Permalink
fix: install rclone with apk for alpine image (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjenR authored Feb 28, 2024
1 parent 871c54f commit 79715a9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM rclone/rclone:1.65 as rclone

FROM alpine:latest
COPY --from=rclone /usr/local/bin/rclone /usr/local/bin/rclone
RUN apk --no-cache add ca-certificates curl bash
RUN apk --no-cache add ca-certificates curl bash rclone
RUN mkdir -p /tmp

ENTRYPOINT ["/backrest"]
COPY backrest /backrest
COPY backrest /backrest

0 comments on commit 79715a9

Please sign in to comment.