Skip to content

Commit

Permalink
Add restic to backups
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 25, 2022
1 parent 66b5c67 commit 716d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk add --no-cache alpine-sdk &&\

FROM base

RUN apk add --no-cache postgresql15-client
RUN apk add --no-cache postgresql15-client restic

COPY --from=builder /workdir/Gemfile.lock .
COPY --from=builder /workdir/vendor/ ./vendor/

0 comments on commit 716d6dd

Please sign in to comment.