add curl to Docker image

This commit is contained in:
ironnicko 2025-01-19 10:46:18 +05:30
parent 262beb05ee
commit 8a5d7d5a6d

View File

@ -4,6 +4,8 @@ WORKDIR /rembg
RUN pip install --upgrade pip
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY . .
RUN python -m pip install ".[cpu,cli]"