Skip to content
Snippets Groups Projects
Commit 4ef65b95 authored by nimrod's avatar nimrod
Browse files

Stricter permissions for the temporary GnuPG home dir.

Silence a warning.
parent 8e8f0223
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN apt-get update && \
gnupg \
&& \
export GNUPGHOME=/tmp/gnupghome && \
mkdir "$GNUPGHOME" && \
mkdir --mode=0700 "$GNUPGHOME" && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > \
/usr/share/keyrings/google-cloud.gpg && \
curl https://www.mongodb.org/static/pgp/server-4.4.asc | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment