-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build error. LoadError: cannot load such file -- sqlite3/sqlite3_native (LoadError) #156
Comments
The official image ruby:3.2.2-alpine changed five days ago from ruby:3.2.2-alpine3.18 to ruby:3.2.2-alpine3.19. But unfortunately, it did not work great with our sqlite gem.
|
Tried to reproduce the error:
Everything works fine. Could you please try the same and attach the output as code/txt instead of image(s)? |
Sorry, I didn't give the output. Do you know if the digest is the same one? sha256:ea3d17c3ecc659b70f406a9550de3bc9bc0b6f99e6ba9d3f2c8eb9f2a0df2848
|
Are you using Docker Desktop for macOS? If so, which version do you have installed (Docker Desktop > About)? Please attach the output of the following commands.
|
Can you try to add |
Thank you so much! The result is the same as before. I think it's a sqlite issue please refer to sparklemotion/sqlite3-ruby#434 |
While upgrading to ruby 3.3.0, encountered the same issue: https://github.com/brotandgames/ciao/actions/runs/7787978122/job/21236375464 |
Fix for this issue will be released after upgrade to ruby 3.3.1 (because of this bug in ruby 3.3.0: ruby/ruby#9371) |
Describe the bug
Docker build error. LoadError: cannot load such file -- sqlite3/sqlite3_native (LoadError)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error
Screenshots
Additional context
Downgrade to ruby:3.2.2-alpine3.18 resolves the issue.
The text was updated successfully, but these errors were encountered: