We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18bd9e + 9fc375f commit f282f97Copy full SHA for f282f97
Dockerfile
@@ -4,7 +4,7 @@ FROM node:22-alpine AS builder
4
COPY package.json package-lock.json ./
5
6
RUN apk update
7
-RUN apk add --no-cache git
+RUN apk add --no-cache git python3 py3-setuptools make g++
8
9
# build
10
RUN npm install --legacy-peer-deps && mkdir /visa-web && mv ./node_modules ./visa-web
0 commit comments