diff --git a/Dockerfile b/Dockerfile index d81a9cb5..0afcd185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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