Skip to content

Commit

Permalink
Merge pull request #108 from atlanticwave-sdx/fix/issue_104
Browse files Browse the repository at this point in the history
Removing unnecessary installation of mongodb-shell on kytos-base image
  • Loading branch information
lmarinve authored Apr 22, 2024
2 parents 4f78325 + 7cbe49d commit 3c7a340
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data-plane/os_base/kytos_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ RUN git config --global url."https://github.com".insteadOf git://github.com

WORKDIR /

RUN wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add -
RUN apt update
RUN apt-get install gnupg2
RUN wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add -
RUN echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" | tee /etc/apt/sources.list.d/mongodb-org-5.0.list
RUN apt update
RUN apt-get install -y mongodb-org-shell

RUN apt install python3-pip --assume-yes
RUN apt-get purge --assume-yes --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3c7a340

Please sign in to comment.