Merge pull request #170 from fariszr/patch-2

Add OpenSSH to Autorestic Docker container
This commit is contained in:
2022-03-12 14:11:03 +01:00
committed by GitHub

View File

@@ -7,6 +7,6 @@ COPY . .
RUN go build
FROM alpine
RUN apk add --no-cache restic rclone bash
RUN apk add --no-cache restic rclone bash openssh
COPY --from=builder /app/autorestic /usr/bin/autorestic
CMD [ "autorestic" ]