mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 05:04:13 +01:00
fix #169
This commit is contained in:
parent
5afad86e37
commit
85d3f06b79
@ -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…
Reference in New Issue
Block a user