Skip to content

Commit

Permalink
chore: improve DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Nov 19, 2024
1 parent eb6df72 commit 4575f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:20-alpine AS builder

RUN apk add --no-cache libc6-compat
RUN apk update
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*

WORKDIR /app

Expand Down

0 comments on commit 4575f60

Please sign in to comment.