I've created a Dockerfile for Anchor development. Full code is here: https://github.com/foxreymann/SolanaAnchorDocker/blob/master/Dockerfile
The line to install Solana CLI:
RUN sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
works on two Linux machines but doesn't work on a Mac. Standard updated M1 Macbook.
The error is 404 when trying to curl anything from anza.xyz domain. Please advise.