Fix: Add curl to apt-get install for healthcheck
This commit is contained in:
@@ -15,6 +15,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy requirements first for better caching
|
||||
|
||||
Reference in New Issue
Block a user