Updated dockerfile
This commit is contained in:
parent
ce8a82770f
commit
fd0ae6b162
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue