chore: fix missing git cli
This commit is contained in:
parent
6ecf9fc7dc
commit
b3694ad73e
|
|
@ -1,7 +1,7 @@
|
|||
##### BASE
|
||||
FROM node:16-bullseye-slim as base
|
||||
|
||||
RUN apt-get update || : && apt-get install python3 build-essential -y
|
||||
RUN apt-get update || : && apt-get install python3 build-essential git -y
|
||||
|
||||
RUN npm i -g pnpm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue