Updated dockerfile

This commit is contained in:
Kieran Eglin 2024-02-21 10:08:04 -08:00
parent ce8a82770f
commit fd0ae6b162
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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