mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user