Skip to content

Commit da735a9

Browse files
Merge pull request #2099 from LaurentGoderre/docs-18-alpine3.20
2 parents fcee4df + 8db5955 commit da735a9

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)