diff --git a/dockerfile b/dockerfile index 9da0d45..76fc51c 100644 --- a/dockerfile +++ b/dockerfile @@ -3,10 +3,6 @@ FROM node:20 WORKDIR /app -# 1. Install system dependencies -# Added 'libcrypto3' and 'libssl3' which Prisma often needs on newer Alpine -RUN apk add --no-cache openssl libc6-compat libcrypto3 libssl3 - # Enable pnpm RUN corepack enable && corepack prepare pnpm@latest --activate