Fix devcontainer Dockerfile for Ruby 3.3.0 on Apple Silicon #293
Reference in New Issue
Block a user
Delete Branch "ruby-version-devcontainer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This compiles a Ruby 3.3.0 with a patch that fixes issues on Apple Silicon Macs. It is a bandaid until Ruby 3.3.1 when we will revert back to using blessed ruby docker images.
Waiting on feedback from @leemcalilly on if this fixes the devcontainer on his M2 Mac.
@robzolkos This is working for me now. Thanks!
I coped with the same issue and fixed it with the patch like you. Gladly, today I found out, that 3.3.1 is available and makes this fix obsolete.
@robzolkos