Skip to content

Commit

Permalink
Fix missing mongodump tool in backup image
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed May 12, 2024
1 parent 35c9fb0 commit 4b26b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/mongodb-s3-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update \
&& wget -qO- https://www.mongodb.org/static/pgp/server-7.0.asc | tee /etc/apt/trusted.gpg.d/server-7.0.asc \
&& echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list \
&& apt update \
&& apt-get install -y mongodb-mongosh \
&& apt-get install -y mongodb-mongosh mongodb-database-tools \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
&& ./aws/install \
Expand Down

0 comments on commit 4b26b78

Please sign in to comment.