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
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