This commit is contained in:
MarkLo 2025-11-25 18:07:12 +08:00
parent f3e453ff57
commit 257f5da12f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ WORKDIR /app
# Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
git \
&& rm -rf /var/lib/apt/lists/*
# Copy requirements from backend directory