chore: add git package to second stage
All checks were successful
Build Docker Image / build-docker (push) Successful in 9m54s

This commit is contained in:
2025-08-31 19:35:07 +10:00
parent f58a2d44f7
commit 3356bd6f14

View File

@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-venv \
ruby-full \
nodejs \
git \
&& rm -rf /var/lib/apt/lists/*
# Copy built Python venv from builder