diff --git a/Dockerfile b/Dockerfile index 7602d311..5ecab84e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ FROM node:20-bookworm AS builder +RUN apt-get update && apt-get install -y --no-install-recommends curl \ + && rm -rf /var/lib/apt/lists/* + RUN npm install -g pnpm@latest WORKDIR /app