change image
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-19 23:15:40 +01:00
parent d23a39709b
commit 6bbe441cd7
-4
View File
@@ -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