We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c9f49 commit 52f1580Copy full SHA for 52f1580
docs/BestPractices.md
@@ -173,7 +173,7 @@ And Here's a multistage build example
173
FROM node:alpine as builder
174
175
## Install build toolchain, install node deps and compile native add-ons
176
-RUN apk add --no-cache --virtual .gyp python make g++
+RUN apk add --no-cache python make g++
177
RUN npm install [ your npm dependencies here ]
178
179
FROM node:alpine as app
0 commit comments