Update Dockerfile
Browse files- 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 |
-
|
| 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\
|