Skip to content

Commit f282f97

Browse files
authored
Merge pull request #8 from MridulS/fix_dockerfile
Add python to system deps to build container
2 parents f18bd9e + 9fc375f commit f282f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:22-alpine AS builder
44
COPY package.json package-lock.json ./
55

66
RUN apk update
7-
RUN apk add --no-cache git
7+
RUN apk add --no-cache git python3 py3-setuptools make g++
88

99
# build
1010
RUN npm install --legacy-peer-deps && mkdir /visa-web && mv ./node_modules ./visa-web

0 commit comments

Comments
 (0)