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 29ad77f commit 0f130ba
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=100.8.0-r2 --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 0f130ba

Please sign in to comment.