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

build: add curl and cmake in Dockerfile #107

Merged
merged 2 commits into from
Sep 27, 2024
Merged

build: add curl and cmake in Dockerfile #107

merged 2 commits into from
Sep 27, 2024

Conversation

pshenmic
Copy link
Collaborator

@pshenmic pshenmic commented Sep 27, 2024

Issue

For some reason, arm v7 builds are failing, because it seems like it fails to pick up prebuilt binary. As a result, npm attempts to build it itself which invokes additional commands like curl and cmake, which does not happen in case prebuilt is found.

Things done

  • Added curl & cmake dependencies in the docker build stage layer
  • Bumped package version to 4.0.8

@shumkov shumkov changed the title fix: add curl and cmake in Dockerfile build: add curl and cmake in Dockerfile Sep 27, 2024
@pshenmic pshenmic merged commit 72a77a8 into master Sep 27, 2024
3 checks passed
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