Skip to content

Commit

Permalink
chore: add aws-cli to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Nov 29, 2023
1 parent 69c9186 commit f8e885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/mongo-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:alpine

RUN apk add --update --no-cache mongodb-tools=4.2.14-r6 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --update --no-cache mongodb-tools=100.8.0-r2 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community aws-cli

ENTRYPOINT []

0 comments on commit f8e885e

Please sign in to comment.