We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dcb12 commit 0b49b8bCopy full SHA for 0b49b8b
Dockerfile-debian.template
@@ -29,7 +29,7 @@ RUN set -x \
29
done; \
30
test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; \
31
32
- gpg1 --export "$NGINX_GPGKEYS" > "$NGINX_GPGKEY_PATH" ; \
+ gpg1 --export $NGINX_GPGKEYS > "$NGINX_GPGKEY_PATH" ; \
33
rm -rf "$GNUPGHOME"; \
34
apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* \
35
&& dpkgArch="$(dpkg --print-architecture)" \
0 commit comments