Merge pull request #1304 from DavidVadnais/main

BUG: Update Dockerfile UV needs README.rst
This commit is contained in:
Christopher Broderick
2025-08-22 22:42:53 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ RUN apt-get install -yqq \
cron \
git
COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml /opt/django-helpdesk
COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml django-helpdesk/README.rst /opt/django-helpdesk
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN pip3 install --upgrade pip
RUN pip3 install packaging