We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcee4df commit 8db5955Copy full SHA for 8db5955
docs/BestPractices.md
@@ -187,7 +187,7 @@ Here is an example of how you would install dependencies for packages that requi
187
```Dockerfile
188
FROM node:alpine
189
190
-RUN apk add --no-cache --virtual .gyp python3 make g++ \
+RUN apk add --no-cache --virtual .gyp python3 py-setuptools make g++ \
191
&& npm install [ your npm dependencies here ] \
192
&& apk del .gyp
193
```
0 commit comments