Skip to content

Commit

Permalink
Add minio client
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Martin committed Nov 3, 2022
1 parent fad6cea commit b7866d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ FROM restic/restic:0.14.0

RUN apk add --no-cache ca-certificates
RUN apk add --no-cache postgresql-client mysql-client bash tar influxdb curl jq
ARG MINIO_VERSION="mc.RELEASE.2022-10-29T10-09-23Z"
RUN curl https://dl.min.io/client/mc/release/linux-amd64/$MINIO_VERSION > /usr/bin/mc && chmod +x /usr/bin/mc

ENTRYPOINT ["/bin/bash"]

0 comments on commit b7866d6

Please sign in to comment.