Skip to content

Commit

Permalink
fix: alpine linux Dockerfile and add openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Feb 28, 2024
1 parent f2477ab commit 3cb9d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RUN apk --no-cache add ca-certificates curl bash rclone
FROM alpine:latest
RUN apk --no-cache add ca-certificates curl bash rclone openssh
RUN mkdir -p /tmp

ENTRYPOINT ["/backrest"]
Expand Down

0 comments on commit 3cb9d27

Please sign in to comment.