How to install composer and symfony-cli in Dockerfile?
I have created a Dockerfile (with great help of GPT) that should install composer, symfony-cli, git and mysqli, but I am getting “command not found” for all of them.
I have created a Dockerfile (with great help of GPT) that should install composer, symfony-cli, git and mysqli, but I am getting “command not found” for all of them.