Skip to content
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

chore: use @runejs/store instead of filestore to remove canvas dependency #389

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

Jameskmonger
Copy link
Collaborator

@Jameskmonger Jameskmonger commented Jan 16, 2023

the canvas dependency causes docker errors sometimes (Error loading shared library ld-linux-x86-64.so.2) and I noticed that the @runejs/store doesn't use it. So this seemed like a simpler fix than digging into that error..

I am not sure if this is the correct fix, as I noticed that @Kikorono's branch of filestore kiko/file-system doesn't have the canvas dependency either (but is called @runejs/store)

…pendency

the canvas dependency causes docker errors (`Error loading shared library ld-linux-x86-64.so.2`) and I noticed that the `@runejs/store` doesn't use it
@Jameskmonger
Copy link
Collaborator Author

Specifically, this package (canvas) stops us using node alpine docker bases

@SchauweM SchauweM merged commit 3acbd35 into runejs:develop Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants