Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For php:5.5-apache I get error when I run apt-get update #1347

Closed
tkumark opened this issue Nov 23, 2022 · 1 comment
Closed

For php:5.5-apache I get error when I run apt-get update #1347

tkumark opened this issue Nov 23, 2022 · 1 comment

Comments

@tkumark
Copy link

tkumark commented Nov 23, 2022

In the docker container php:5.5-apache when I run apt-get update I get the following error
W: GPG error: http://security.debian.org/ jessie/updates InRelease: The following signatures were invalid: KEYEXPIRED 1668892417 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AA8E81B4331F7F50

How do I fix this issue?

@wglambert
Copy link

php 5.5 was deprecated in 2016 #289

https://unix.stackexchange.com/a/508728

if you want to continue fetching Jessie backports, you need to use archive.debian.org instead

Here's the Dockerfile of it https://github.com/docker-library/php/blob/882b9c25f14e782e45a978a68d48843b7ac54042/5.5/apache/Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants