Skip to content

Commit

Permalink
try and fix gpg issue with arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jul 17, 2023
1 parent e3ac1eb commit b30b38b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ ADD --chown=builder:builder https://nginx.org/download/nginx-$NGINX_VERSION.tar.
ADD --chown=builder:builder https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc nginx.tgz.asc
# get the corresponding public key
ADD --chown=builder:builder https://nginx.org/keys/$PGP_SIGNING_KEY_OWNER.key nginx-signing.key
# TRY TMP
RUN rm -rfv /home/builder/.gnupg
# import it and verify the tarball
RUN gpg --import nginx-signing.key
RUN gpg --verify nginx.tgz.asc
Expand Down

0 comments on commit b30b38b

Please sign in to comment.