-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Pkg: koa-better-bodyPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: Awaiting ResponseWaiting author or someone to respond to question or clarificationWaiting author or someone to respond to question or clarificationStatus: CompletedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.
Description
If you use docker and a small image like alpine that has no git and rely on npm then you will not be able to build the image because this module dependency is one obtained via git.
Offending line:
https://github.com/tunnckoCore/koa-better-body/blob/master/package.json#L24
The solution, install it from npm instead of git.
alexFaunt, wuwb and jdmarshall
Metadata
Metadata
Assignees
Labels
Pkg: koa-better-bodyPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: Awaiting ResponseWaiting author or someone to respond to question or clarificationWaiting author or someone to respond to question or clarificationStatus: CompletedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.