Skip to content

Commit 7435222

Browse files
committed
fix: add deno for ytdlp in docker
1 parent 8b5f7d6 commit 7435222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM python:3.12.9-alpine3.21
22
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3+
COPY --from=denoland/deno:bin-2.5.6 /deno /usr/local/bin/deno
34

45
COPY rosetta /app/rosetta
56
COPY .python-version uv.lock pyproject.toml /app/

0 commit comments

Comments
 (0)