Skip to content

Commit d1e9581

Browse files
committed
update docker
1 parent a478526 commit d1e9581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:22 AS base
55
# Install dependencies only when needed
66
FROM base AS deps
77
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
8-
RUN apk add --no-cache libc6-compat
8+
# RUN apk add --no-cache libc6-compat
99
WORKDIR /app
1010

1111
# Install dependencies based on the preferred package manager

0 commit comments

Comments
 (0)