Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 019331c

Browse files
authored
Merge pull request #18 from linuxserver-labs/pgp-fix
Follow redirects for mongo gpg key
2 parents 3854547 + 10a4167 commit 019331c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
logrotate \
2323
openjdk-8-jre-headless && \
2424
echo "**** install mongodb ****" && \
25-
curl -s https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - && \
25+
curl -sL https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - && \
2626
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
2727
apt-get update && \
2828
apt-get install -y \

0 commit comments

Comments
 (0)