chore: add the missing shared libraries

This commit is contained in:
SvenFE
2025-08-05 11:42:53 +08:00
parent fd9b26ca67
commit 626b16b55f

View File

@@ -4,8 +4,7 @@ FROM node:24-alpine AS base
# Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache gcompat
WORKDIR /app
# Set npm registry mirror