Skip to content

Commit

Permalink
fix: we need git in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Dec 5, 2024
1 parent 21778a4 commit 1af292a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:20-alpine AS build
WORKDIR /app

RUN npm install -g pnpm
RUN apk add --no-cache git
COPY package.json pnpm-lock.yaml ./
COPY patches ./patches
RUN pnpm install --frozen-lockfile
Expand Down

0 comments on commit 1af292a

Please sign in to comment.