Skip to content

Commit

Permalink
fix: dockerfile gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
zzswang committed Jul 30, 2024
1 parent 68ecb0f commit d9f9165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM mongo:4.4.10
LABEL org.opencontainers.image.authors="[email protected]"

RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add - \
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list

RUN apt-get update && \
apt-get install -y zip psmisc python3

Expand Down

0 comments on commit d9f9165

Please sign in to comment.