Skip to content

Commit 9451b34

Browse files
committed
fix: dockerfile add git to stack
1 parent 85465c5 commit 9451b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN corepack enable
99
RUN corepack prepare pnpm@9.15.9 --activate
1010

1111
# Install necessary build tools and compilers
12-
RUN apk update && apk add --no-cache cmake g++ gcc jq make openssl-dev python3
12+
RUN apk update && apk add --no-cache cmake g++ gcc git jq make openssl-dev python3
1313

1414
# Increase Node.js memory limit as a regular build argument
1515
ARG NODE_OPTIONS="--max_old_space_size=4096"

0 commit comments

Comments
 (0)