We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 compose build
Describe the bug The docker image will not build due to node-canvas issue
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected the image to build.
Screenshots
Additional context A prebuilt for Node18 is does not exist for arm64. The resolution is to install the underlying dependencies, as documented by the maintainers: https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems
arm64
I can submit a PR for the updated Dockerfile if desired.
The text was updated successfully, but these errors were encountered:
I tried to remove the node-canvas dependency in this PR #389
node-canvas
Can you try to track down why it's still being installed in your Dockerfile?
Sorry, something went wrong.
I tried to remove the node-canvas dependency in this PR #389 Can you try to track down why it's still being installed in your Dockerfile?
Sure:
@runejs/update-server requires @runejs/filestore requires canvas.
No branches or pull requests
Describe the bug
The docker image will not build due to node-canvas issue
To Reproduce
Steps to reproduce the behavior:
docker compose build
on a machine with arm64 arch.Expected behavior
I expected the image to build.
Screenshots
Additional context
A prebuilt for Node18 is does not exist for
arm64
. The resolution is to install the underlying dependencies, as documented by the maintainers: https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systemsI can submit a PR for the updated Dockerfile if desired.
The text was updated successfully, but these errors were encountered: