Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Mar 18, 2024
1 parent febb728 commit 1ab6563
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ RUN apt-get update && \
libcurl4 \
openssl \
liblzma5 \
curl 'https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/5.0/multiverse/binary-amd64/mongodb-mongosh_2.2.0_amd64.deb' -O mongodb-mongosh_2.2.0_amd64.deb && \
dpkg -i mongodb-mongosh_2.2.0_amd64.deb && \
rm -fv mongodb-mongosh_2.2.0_amd64.deb && \
apt-get autoclean && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -fv /bin/sh && \
ln -s -v /bin/bash /bin/sh
curl 'https://repo.mongodb.org/apt/ubuntu/dists/jammy/mongodb-org/5.0/multiverse/binary-amd64/mongodb-mongosh_2.2.0_amd64.deb' -o mongodb-mongosh_2.2.0_amd64.deb && \
dpkg -i mongodb-mongosh_2.2.0_amd64.deb && \
rm -fv mongodb-mongosh_2.2.0_amd64.deb && \
apt-get autoclean && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -fv /bin/sh && \
ln -s -v /bin/bash /bin/sh

COPY ./.bash_profile /root/
COPY ./entrypoint.sh /
Expand Down

0 comments on commit 1ab6563

Please sign in to comment.