Fix: Install git for GitHub dependencies in Nakama Dockerfile
All checks were successful
Build and Push / build-all (push) Successful in 38s
All checks were successful
Build and Push / build-all (push) Successful in 38s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
22e610ea55
commit
48e8347d78
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
# Stage 1: Build TypeScript modules
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
# Install git for GitHub dependencies (nakama-runtime)
|
||||
RUN apk add --no-cache git
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy module files and install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue