Open kriechi1992 opened 1 month ago
@headius @enebo Can you look this?
Linking: I believe this Issue in the JRuby repository refers to the same problem: https://github.com/jruby/jruby/issues/7059
Any updates on this? This is a real blocker for me.
The really strange thing is: On Intel machines it works ... just not in ARM.
@headius ... I also tried installing ruby-maven and ruby-maven-libs manually before installing psych ... but that also did not work.
I have a Dockerfile where I want to setup my environment. Therefore I have to install some gems. When installing psych it crashes with the error: No such file or directory - /usr/local/bundle/gems/psych-5.1.2-java/deps.lst
My setup: Apple M3 Pro macOS 14.6.1 Docker 4.34.2 (167172)
I also tried another base image (eclipse-temurin), but there's the same problem.
I don't know what I can do to make this work.
I simplified that Dockerfile so that it boils down to the problem:
Run command:
And this is the error message: