Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid committed Oct 26, 2023
1 parent 48081f3 commit 69ad4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:17.2-alpine

RUN apk update
RUN apk add --no-cache --virtual g++ make py3-pip

RUN apk add make gcc g++ libc6-compat bash python3
RUN npm i -g node-gyp
ARG user=app_user
ARG home=/home/$user
RUN mkdir -p $home
Expand Down

0 comments on commit 69ad4f4

Please sign in to comment.