Closed mecmec98 closed 8 months ago
what command is this?
is it the composer install
or the docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update
?
command I did
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update
I cannot confirm this problem on my end.
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update
seems to be able to install everything just fine on my end.
maybe you pull the latest updates and try this again and see what happens.