docker: install deno
Some checks failed
Build and Deploy ytdlp-site / build-deploy (push) Has been cancelled

This commit is contained in:
2025-09-24 08:47:15 -06:00
parent e2ac4ec983
commit f3d454988a
3 changed files with 3 additions and 5 deletions

View File

@@ -1 +0,0 @@
curl -fsSL https://deno.land/install.sh | sh

View File

@@ -39,10 +39,6 @@ jobs:
run: |
bash .ci/ubuntu_setup_docker.sh
- name: Install deno
run: |
bash .ci/ubuntu_setup_deno.sh
- name: Build Docker image
run: |
docker build . \

View File

@@ -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