I have Mac powered by M1 Pro Chip.
I’m trying to install crystal inside a debian11 docker container.
Result → It doesn’t work for me… the crystal executable is not installed.
So, this guide doesn’t work for me - Install On Debian - The Crystal Programming Language
Is the docker image aarch64 or x86_64 architecture?
If aarch64, the installer can’t find any package because there are currently no pre-built aarch64 debian packages available. But it should show an error in that case.
The installer should definitely print some output. Does it show anything to you?