Add build tools to fix arm64 build issue

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer 2021-03-06 18:17:50 +01:00 committed by Stephen Turner
parent 3de6451f5c
commit eccb882c59
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,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 python g++ make
WORKDIR /app
COPY . .
RUN yarn install --production