[FIXED] Ubuntu Debian apt install issue: Failed to fetch, 404 Not Found

Read this article in:

This is a non-obvious error I've observed in my docker containers running symfony on debian 11.

Found the solution on stack overflow. Re-installing the gpg key solved it:

wget https://packages.sury.org/php/apt.gpg 
apt-key add apt.gpg 

 

 

Please login to post comments: