diff --git a/Dockerfile b/Dockerfile index 6a2219b..a243b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ ### Build frontend # Due to no official elm compiler for arm; build frontend with amd64. FROM --platform=linux/amd64 node:18 as frontend +RUN npm install -g node-gyp WORKDIR /build COPY . . WORKDIR /build/ui