We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bfd55 commit b0f647bCopy full SHA for b0f647b
isponsorblocktv/Dockerfile
@@ -11,6 +11,9 @@ WORKDIR /app
11
RUN git clone --branch ${ISPONSORBLOCKTV_VERSION} --depth 1 \
12
https://github.com/dmunozv04/iSponsorBlockTV .
13
14
+# TODO: remove once upstream merges Python 3.14 fix
15
+RUN sed -i 's/aiohttp==3.12.15/aiohttp==3.13.2/' requirements.txt
16
+
17
# uv sync reads pyproject.toml, creates .venv, installs all dependencies
18
RUN uv sync --no-dev --no-editable --index-strategy unsafe-best-match
19
0 commit comments