Commit c321d783 authored by nimrod's avatar nimrod
Browse files

MongoDB client.

Installed from their repository.
parent e450b8c9
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
FROM buildpack-deps:bullseye
# hadolint ignore=DL3008
RUN apt-get update && \
RUN curl --verbose https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - && \
    echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
    apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
        apache2-utils \
        bats \
@@ -37,7 +39,7 @@ RUN apt-get update && \
        libsasl2-dev \
        libyaml-dev \
        meson \
#        mongodb-clients \
        mongodb-database-tools \
        mythes-en-us \
        netcat-openbsd \
        nodejs \