Skip to content

Commit eccb882

Browse files
StefanSchererstephen-turner
authored andcommitted
Add build tools to fix arm64 build issue
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
1 parent 3de6451 commit eccb882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorial/our-application/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
3838

3939
```dockerfile
4040
FROM node:12-alpine
41+
RUN apk add --no-cache python g++ make
4142
WORKDIR /app
4243
COPY . .
4344
RUN yarn install --production

0 commit comments

Comments
 (0)