Skip to content

Commit

Permalink
Merge pull request #2099 from LaurentGoderre/docs-18-alpine3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Jun 5, 2024
2 parents fcee4df + 8db5955 commit da735a9
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 da735a9

Please sign in to comment.