Merge branch 'main' into arm

This commit is contained in:
Andras Bacsai
2022-04-11 20:29:29 +02:00
143 changed files with 3665 additions and 1496 deletions

View File

@@ -20,7 +20,7 @@ COPY --from=coollabsio/prisma-engine:latest /prisma-engines/query-engine /prisma
COPY --from=install /app/node_modules ./node_modules
COPY . .
RUN apk add --no-cache git openssh-client curl jq sqlite
RUN apk add --no-cache git git-lfs openssh-client curl jq cmake sqlite openssl
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
RUN pnpm add -g pnpm