it's inside the Container, not on the host. I have...
# docker
c
it's inside the Container, not on the host. I have python installed and it works, but just not inside the container. I've also tried to install it inside the Container using this command: "npm install xcode-build-tools". Did not work either.
p
I recently tried to setup docker/sdk on m1, and did not get this error. Have You tried to reset everything? Is it always appearing? I had to reset a few times before it made through, but in the end it succeeded
Are You using standard images for all parts of the project?
c
Yes, it was indeed caused by the image "spryker/php:8.0-alpine3.13" where there is no python preinstalled. We solved this by switching to "spryker/php:8.0-alpine3.12" for now