mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix: add nodejs dependency
This commit is contained in:
@@ -30,9 +30,12 @@ RUN uv python install 3.13
|
||||
|
||||
RUN apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
pkg-config libssl-dev ca-certificates ffmpeg \
|
||||
pkg-config libssl-dev ca-certificates ffmpeg curl unzip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Deno (required by yt-dlp for YouTube challenge solving)
|
||||
RUN curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/uv
|
||||
|
||||
# Intstall deps
|
||||
|
||||
Reference in New Issue
Block a user