This commit is contained in:
ar2rworld
2023-09-05 16:27:53 -04:00
parent 2438eebf7a
commit d87bdbe81c

View File

@ -13,7 +13,7 @@ RUN \
apt-get install -y -q python-is-python3 && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/$YT_DLP/yt-dlp -o /usr/local/bin/yt-dlp && \
chmod a+x /usr/local/bin/yt-dlp && \
apt-get install ffmpeg && ffmpeg -version
apt-get install -y ffmpeg
FROM base AS dev