Skip to content

Commit

Permalink
Add aws-cli to backup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jul 20, 2024
1 parent 69cae11 commit a7096a9
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 @@ -16,7 +16,7 @@ RUN apk add --no-cache alpine-sdk &&\

FROM base

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

RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc -qO /bin/mcli &&\
chmod +x /bin/mcli
Expand Down

0 comments on commit a7096a9

Please sign in to comment.