docker-php
docker-php copied to clipboard
Composer: chmod operation not permitted
Steps To Reproduce
Windows 11, podman with WSL2
Run container in fresh directory with sample compose.yaml
Exec into container
Run composer require psr/log (or any other package, or do anything else).
Outcome
What did you expect?
Successful package installation
What happened instead?
Affected Docker Images
serversideup/php:8.5-fpm-nginx
Anything else?
Help articles on permissions didn't help here. Can create/edit files from terminal (exec), php executions do not work.
composer init works and the composer.json and composer.lock files are created without issues.