Skip to content

Commit

Permalink
fix: install gcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga committed Nov 7, 2023
1 parent f7e1766 commit be7d4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation
FROM node:18.18.2-alpine AS deps
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache libc6-compat gcompat

WORKDIR /app

Expand All @@ -19,7 +19,7 @@ RUN npm run build && npm install --production --ignore-scripts --prefer-offline

# Runner
FROM node:18.18.2-alpine AS runner
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache libc6-compat gcompat

WORKDIR /app

Expand Down

0 comments on commit be7d4c3

Please sign in to comment.