Add git to Dockerfile for GitHub dependencies
The tinypdf-plus package is installed from GitHub and requires git during npm install. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4bdbfc82ca
commit
908c82916d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-alpine AS builder
|
||||
|
||||
# Install OpenSSL for Prisma
|
||||
RUN apk add --no-cache openssl
|
||||
# Install OpenSSL and Git for Prisma and GitHub dependencies
|
||||
RUN apk add --no-cache openssl git
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue