Skip to content

Commit 7f045b7

Browse files
committed
Docs: serverless-esbuild requires explicit libc #4568
1 parent 6c99758 commit 7f045b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ custom:
232232
- sharp
233233
packagerOptions:
234234
scripts:
235-
- npm install --os=linux --cpu=x64 sharp
235+
- npm install --os=linux --libc=glibc --cpu=x64 sharp
236236
```
237237
238238
### electron

0 commit comments

Comments
 (0)