chore: fix missing git cli

This commit is contained in:
DIYgod 2022-10-09 01:38:06 +01:00
parent 6ecf9fc7dc
commit b3694ad73e
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -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