You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5 6.126 Err:4 https://packages.sury.org/php bullseye InRelease
#5 6.126 The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]>
#5 7.472 Get:9 http://nginx.org/packages/mainline/debian bullseye/nginx amd64 Packages [37.0 kB]
#5 10.58 Reading package lists...
#5 12.86 W: GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]>
#5 12.86 E: The repository 'https://packages.sury.org/php bullseye InRelease' is not signed.
Adjusting the Dockerfile to be:
FROM wyveo/nginx-php-fpm:php81
RUN apt-key del 95BD4743
RUN wget -q -O - https://packages.sury.org/php/apt.gpg | apt-key add -
RUN apt-get update
Lets this pass, aside from the apt-key deprecation warnings - I'm sure there's a better way to fix this upstream. This is as much for anyone finding the issue as it is in anticipation of a fix.
The text was updated successfully, but these errors were encountered:
the sury package was fixed, but i'm having this issue on 80 image
GPG error: http://nginx.org/packages/mainline/debian buster InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
The repository 'http://nginx.org/packages/mainline/debian buster InRelease' is not signed.
Using the following Dockerfile:
Results in an error:
Adjusting the Dockerfile to be:
Lets this pass, aside from the
apt-key
deprecation warnings - I'm sure there's a better way to fix this upstream. This is as much for anyone finding the issue as it is in anticipation of a fix.The text was updated successfully, but these errors were encountered: