Chrunos commited on
Commit
f37be48
·
verified ·
1 Parent(s): 96904e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY . /app
8
 
9
  RUN corepack enable
10
  RUN apt-get update && \
11
- apt-get install -y python3 build-essential
12
 
13
  RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
14
  pnpm install --prod --frozen-lockfile
 
8
 
9
  RUN corepack enable
10
  RUN apt-get update && \
11
+ apt-get install -y python3 build-essential git
12
 
13
  RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
14
  pnpm install --prod --frozen-lockfile