Ensure yt-dlp is installed
All checks were successful
Build / build (push) Successful in 4m4s

This commit is contained in:
Sebastiaan de Schaetzen 2025-02-07 12:10:20 +01:00
parent e4630565fd
commit f3c359d7a2

View File

@ -1,7 +1,7 @@
FROM mcr.microsoft.com/playwright:v1.50.1-noble
RUN apt-get update &&\
apt-get install -y golang-1.23-go &&\
apt-get install -y golang-1.23-go yt-dlp ffmpeg &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*