zomstream
zomstream copied to clipboard
Issue with signing key
9.211 Reading package lists...
9.724 W: http://nginx.org/packages/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
9.724 W: GPG error: http://nginx.org/packages/debian bookworm InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
9.724 E: The repository 'http://nginx.org/packages/debian bookworm InRelease' is not signed.
------
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gnupg && apt-key add /tmp/nginx.key && echo \"deb http://nginx.org/packages/debian/ bookworm nginx\" >> /etc/apt/sources.list && echo \"deb-src http://nginx.org/packages/debian/ bookworm nginx\" >> /etc/apt/sources.list && apt-get update && apt-get build-dep -y nginx && apt-get install -y git" did not complete successfully: exit code: 100
fixed with a pull request
https://github.com/zom-bi/zomstream/pull/17