File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates \
21
21
&& \
22
22
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
23
- NGINX_GPGKEY_PATH=/usr/share /keyrings/nginx-archive-keyring.gpg; \
23
+ NGINX_GPGKEY_PATH=/etc/apt /keyrings/nginx-archive-keyring.gpg; \
24
24
export GNUPGHOME="$(mktemp -d)" ; \
25
25
found='' ; \
26
26
for server in \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates \
21
21
&& \
22
22
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
23
- NGINX_GPGKEY_PATH=/usr/share /keyrings/nginx-archive-keyring.gpg; \
23
+ NGINX_GPGKEY_PATH=/etc/apt /keyrings/nginx-archive-keyring.gpg; \
24
24
export GNUPGHOME="$(mktemp -d)" ; \
25
25
found='' ; \
26
26
for server in \
You can’t perform that action at this time.
0 commit comments