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:
@@ -1 +0,0 @@
|
|||||||
curl -fsSL https://deno.land/install.sh | sh
|
|
@@ -39,10 +39,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
bash .ci/ubuntu_setup_docker.sh
|
bash .ci/ubuntu_setup_docker.sh
|
||||||
|
|
||||||
- name: Install deno
|
|
||||||
run: |
|
|
||||||
bash .ci/ubuntu_setup_deno.sh
|
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . \
|
docker build . \
|
||||||
|
@@ -29,6 +29,9 @@ RUN apt-get update \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 /usr/local/bin/yt-dlp /usr/local/bin/yt-dlp
|
||||||
COPY --from=0 /src/server /opt/server
|
COPY --from=0 /src/server /opt/server
|
||||||
ADD templates /opt/templates
|
ADD templates /opt/templates
|
||||||
|
Reference in New Issue
Block a user