docker: install deno
Some checks failed
Build and Deploy ytdlp-site / build-deploy (push) Has been cancelled
Some checks failed
Build and Deploy ytdlp-site / build-deploy (push) Has been cancelled
This commit is contained in:
@@ -29,6 +29,9 @@ RUN apt-get update \
|
||||
ffmpeg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install deno
|
||||
RUN curl -fsSL https://deno.land/install.sh | sh
|
||||
|
||||
COPY --from=0 /usr/local/bin/yt-dlp /usr/local/bin/yt-dlp
|
||||
COPY --from=0 /src/server /opt/server
|
||||
ADD templates /opt/templates
|
||||
|
Reference in New Issue
Block a user