Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Dec 20, 2024
1 parent d6f7d68 commit bc7ebaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /usr/src/app

RUN apk update
RUN apk add --update --no-cache python3 make g++
RUN apk add libc6-compat

COPY package*.json ./

Expand Down

0 comments on commit bc7ebaa

Please sign in to comment.