Merge pull request #170 from fariszr/patch-2

Add OpenSSH to Autorestic Docker container
pull/176/head
Nicco 3 years ago committed by GitHub
commit 71601ae7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" ]

Loading…
Cancel
Save