fix: install git in Docker image for SDK memory sync (#437)
This commit is contained in:
@@ -8,6 +8,7 @@ COPY . .
|
||||
RUN npm run build
|
||||
|
||||
FROM node:22-slim
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user