mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
Added wheel dependency in docker
This commit is contained in:
@@ -10,6 +10,9 @@ RUN python -m venv /opt/venv
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install wheel
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
||||
Reference in New Issue
Block a user