mongoimport
Imports content from a JSON, CSV, or TSV file into a MongoDB database. More information: <https://docs.mongodb.com/database-tools/mongoimport/>.
RUN apt-get update && \
apt-get install -y mongo-tools
RUN apt-get update && \
apt-get install -y mongo-tools
RUN apk add mongodb-tools
RUN pacman -S --noconfirm mongodb-tools
RUN apt-get update && \
apt-get install -y mongo-tools
RUN dnf install -y mongo-tools
RUN apt-get update && \
apt-get install -y mongo-tools