2ch commited on
Commit
60c41cf
·
verified ·
1 Parent(s): 23199d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ COPY app .
4
  RUN pacman -Syu --noconfirm && \
5
  pacman -S --noconfirm curl ffmpeg deno && \
6
  pacman -Scc --noconfirm && \
7
- sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/yt-dlp && \
8
  chmod +x /usr/local/bin/yt-dlp && chmod +x /app/app && \
9
  printf '#!/bin/sh\n\
10
  { \n\
 
4
  RUN pacman -Syu --noconfirm && \
5
  pacman -S --noconfirm curl ffmpeg deno && \
6
  pacman -Scc --noconfirm && \
7
+ curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/yt-dlp && \
8
  chmod +x /usr/local/bin/yt-dlp && chmod +x /app/app && \
9
  printf '#!/bin/sh\n\
10
  { \n\