Update Dockerfile
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

comment libc6-compat git
This commit is contained in:
2026-06-09 15:05:29 +00:00
parent 58a918fcc9
commit dc8d957ed4
+1 -1
View File
@@ -15,7 +15,7 @@ FROM node:20-alpine AS base
WORKDIR /app
FROM base AS deps
RUN apk add --no-cache libc6-compat git
# RUN apk add --no-cache libc6-compat git
COPY package*.json ./
RUN npm ci --legacy-peer-deps --ignore-scripts --loglevel info