Manually installed mutagen
This commit is contained in:
parent
4721957875
commit
b38b10ba83
2 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ RUN yt-dlp -U
|
||||||
# Download Apprise
|
# Download Apprise
|
||||||
RUN python3 -m pip install -U apprise --break-system-packages
|
RUN python3 -m pip install -U apprise --break-system-packages
|
||||||
|
|
||||||
|
# Download Mutagen for music thumbnail generation
|
||||||
|
RUN python3 -m pip install -U mutagen --break-system-packages
|
||||||
|
|
||||||
# Set the locale
|
# Set the locale
|
||||||
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,9 @@ RUN yt-dlp -U
|
||||||
# Download Apprise
|
# Download Apprise
|
||||||
RUN python3 -m pip install -U apprise --break-system-packages
|
RUN python3 -m pip install -U apprise --break-system-packages
|
||||||
|
|
||||||
|
# Download Mutagen for music thumbnail generation
|
||||||
|
RUN python3 -m pip install -U mutagen --break-system-packages
|
||||||
|
|
||||||
# Set the locale
|
# Set the locale
|
||||||
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue