Skip to content

Commit 8db5955

Browse files
Update the node-gyp alpine docs section to account for Node 18 in Alpine 3.20 python issue
1 parent fcee4df commit 8db5955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Here is an example of how you would install dependencies for packages that requi
187187
```Dockerfile
188188
FROM node:alpine
189189

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

0 commit comments

Comments
 (0)