fix: issue with Docker build

This commit is contained in:
Stefan Imhoff
2026-01-20 14:09:40 +01:00
parent 6dce37487f
commit 531873fa03
3 changed files with 67 additions and 215 deletions

View File

@@ -88,7 +88,12 @@
]
},
"overrides": {
"sharp": "0.33.4"
}
"sharp": "0.33.4",
"rollup": "npm:@rollup/wasm-node"
},
"ignoredBuiltDependencies": [
"esbuild",
"sharp"
]
}
}