fix: yt video format

This commit is contained in:
2025-09-19 22:46:29 +03:00
parent 00f0a95d22
commit 4b704cb1f0
3 changed files with 7 additions and 4 deletions

View File

@@ -23,8 +23,10 @@ RUN useradd --create-home --shell /bin/bash app
WORKDIR /home/app
USER app
RUN uv tool install instaloader yt-dlp \
&& instaloader --version \
RUN uv tool install instaloader \
&& instaloader --version
RUN uv tool install yt-dlp \
&& yt-dlp --version
COPY --from=builder /app/target/release/tg-relay-rs /usr/local/bin/tg-relay-rs