Fix: Install git for GitHub dependencies in Nakama Dockerfile
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:
doomtube 2026-01-06 05:19:07 -05:00
parent 22e610ea55
commit 48e8347d78

View file

@ -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