Update Dockerfile

This commit is contained in:
David
2022-02-03 13:25:33 +01:00
committed by GitHub
parent 41ba2a394c
commit 4d733bf973

View File

@@ -11,9 +11,7 @@ ENV PATH="/opt/venv/bin:$PATH"
COPY requirements.txt .
RUN pip install wheel
RUN pip install -r requirements.txt
RUN pip install --upgrade pip && pip install wheel && pip install -r requirements.txt
FROM python:3.10-slim-bullseye