Merge pull request #2099 from LaurentGoderre/docs-18-alpine3.20
This commit is contained in:
commit
da735a9e6b
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue