How to enable ext-sodium on a PHP 8.2 docker image that was not built with `–with-sodium`?
I’m trying to use a GitLab CI PHP docker image (PHP: 8.2) and I need to enable the sodium extension.
I’m trying to use a GitLab CI PHP docker image (PHP: 8.2) and I need to enable the sodium extension.