fix: install openssl1.1-compat for Prisma on Alpine
This commit is contained in:
parent
9428631570
commit
7d3e633af9
@ -4,7 +4,8 @@
|
|||||||
FROM node:22-alpine AS base
|
FROM node:22-alpine AS base
|
||||||
# Install dependencies only when needed
|
# Install dependencies only when needed
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN apk add --no-cache libc6-compat openssl
|
# Install OpenSSL 1.1.x for Prisma compatibility
|
||||||
|
RUN apk add --no-cache libc6-compat openssl1.1-compat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install dependencies based on the preferred package manager
|
# Install dependencies based on the preferred package manager
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user