From fd0ae6b162b475eb845a58e1d64488eaceac1a6a Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 21 Feb 2024 10:08:04 -0800 Subject: [PATCH] Updated dockerfile --- dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.Dockerfile b/dev.Dockerfile index 19ec99e..b1c20e0 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -18,7 +18,7 @@ RUN mix local.rebar --force # Download YT-DLP # NOTE: If you're seeing weird issues, consider using the FFMPEG released by yt-dlp -RUN python3 -m pip install -U --pre yt-dlp +RUN python3 -m pip install -U --pre yt-dlp --break-system-packages # Create app directory and copy the Elixir projects into it. WORKDIR /app