Skip to content

Commit

Permalink
add openssl explicitly in dockerfile for prisma dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Muncherkin committed Jan 3, 2025
1 parent 300f610 commit 0b1e601
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
Expand Up @@ -18,6 +18,8 @@ WORKDIR $WORKING_DIR
# where available (npm@5+)
COPY package*.json ./

RUN apk add openssl

RUN npm ci

# Bundle app source
Expand Down

0 comments on commit 0b1e601

Please sign in to comment.