diff --git a/features/marketplace/backend-api/Dockerfile.e2e b/features/marketplace/backend-api/Dockerfile.e2e index 428713179..6e6a71b58 100755 --- a/features/marketplace/backend-api/Dockerfile.e2e +++ b/features/marketplace/backend-api/Dockerfile.e2e @@ -29,6 +29,9 @@ RUN rm -rf feature/node_modules feature/.pnpm-store feature/bun.lockb feature/bu WORKDIR /app/feature RUN npm install --legacy-peer-deps +# Install peer dependencies required by @lilith/nestjs-auth (not auto-installed with --legacy-peer-deps) +RUN npm install --legacy-peer-deps @nestjs/passport@11 passport@0.7 passport-jwt@4 + # Build the application (NestJS with SWC) RUN npm run build