refactor: upate dockerfile

This commit is contained in:
Mauricio Siu 2024-09-30 00:40:43 -06:00
parent ddd4ba8135
commit b3e35c5838

View File

@ -7,7 +7,7 @@ FROM base AS build
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN apt-get update && apt-get install -y python3 make && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y python3 make g++ git && rm -rf /var/lib/apt/lists/*
# Install dependencies
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/api --filter=./packages/builders --frozen-lockfile