From 6ae77aff39a059994bf223e1c13329e3d64d1fd5 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 12 Nov 2021 21:32:22 +0100 Subject: [PATCH] Support arm64 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 995102f2e..3961bbe84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ COPY ./package.json package.json COPY ./yarn.lock yarn.lock COPY ./prisma/schema.prisma prisma/schema.prisma -RUN yarn +RUN apk add --no-cache python3 g++ make +RUN yarn install # See https://github.com/nrwl/nx/issues/6586 for further details COPY ./decorate-angular-cli.js decorate-angular-cli.js