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

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 or register to post a comment.