Skip to content

Commit

Permalink
Update the node-gyp alpine docs section to account for Node 18 in Alp…
Browse files Browse the repository at this point in the history
…ine 3.20 python issue
  • Loading branch information
LaurentGoderre committed Jun 4, 2024
1 parent fcee4df commit 8db5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BestPractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Here is an example of how you would install dependencies for packages that requi
```Dockerfile
FROM node:alpine

RUN apk add --no-cache --virtual .gyp python3 make g++ \
RUN apk add --no-cache --virtual .gyp python3 py-setuptools make g++ \
&& npm install [ your npm dependencies here ] \
&& apk del .gyp
```
Expand Down

0 comments on commit 8db5955

Please sign in to comment.