Skip to content
Snippets Groups Projects
Commit 19d43533 authored by Moul's avatar Moul
Browse files

Dockerfile: Add commented line for ARM64 build missing pre-built pnpm pkg

parent ea1ab31b
No related branches found
No related tags found
1 merge request!26Set AGPLv3 license / Fix genesis download / Build instructions
...@@ -4,6 +4,9 @@ ENV PNPM_HOME="/pnpm" ...@@ -4,6 +4,9 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable RUN corepack enable
# Add build dependencies to build `pnpm` which does not have pre-built packages for ARM64
# RUN apk add --no-cache python3 make gcc g++
# --- prod dependencies only # --- prod dependencies only
FROM node AS deps FROM node AS deps
WORKDIR /squid WORKDIR /squid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment