Commit 4ef65b95 authored by nimrod's avatar nimrod
Browse files

Stricter permissions for the temporary GnuPG home dir.

Silence a warning.
parent 8e8f0223
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 | \