Skip to content

Commit

Permalink
🐛 Package download fix
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Dec 8, 2024
1 parent 87ecb8a commit 6fec7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backups/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ENV BACKUP_CMD="/opt/parmincloud/backups/mongo-command"
ENV MONGODB_URI=""

RUN . /etc/os-release; \
curl -L https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian${VERSION_ID}-x86_64-100.10.0.deb --output=mongodb-database-tools.deb && \
curl -L https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian${VERSION_ID}-x86_64-100.10.0.deb -o mongodb-database-tools.deb && \
dpkg -i mongodb-database-tools.deb && \
rm mongodb-database-tools.deb -f

Expand Down

0 comments on commit 6fec7af

Please sign in to comment.