mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
Merge pull request #170 from fariszr/patch-2
Add OpenSSH to Autorestic Docker container
This commit is contained in:
commit
71601ae7a6
@ -7,6 +7,6 @@ COPY . .
|
|||||||
RUN go build
|
RUN go build
|
||||||
|
|
||||||
FROM alpine
|
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
|
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
||||||
CMD [ "autorestic" ]
|
CMD [ "autorestic" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user