diff --git a/docs/tutorial/our-application/index.md b/docs/tutorial/our-application/index.md index 4b39153af..2d52d4f55 100644 --- a/docs/tutorial/our-application/index.md +++ b/docs/tutorial/our-application/index.md @@ -39,6 +39,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them. ```dockerfile FROM node:12-alpine + RUN apk add --no-cache --virtual .gyp python make g++ WORKDIR /app COPY . . RUN yarn install --production