fix
This commit is contained in:
parent
4131f28c97
commit
1072075335
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@ RUN pacman -Sy --noconfirm archlinux-keyring && \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
yt-dlp \
|
yt-dlp \
|
||||||
aria2 \
|
aria2 \
|
||||||
python3
|
python3 \
|
||||||
|
python-mutagen
|
||||||
RUN python3 -m pip install --break-system-packages mutagen
|
|
||||||
|
|
||||||
COPY --from=builder /app/target/release/hoard /hoard
|
COPY --from=builder /app/target/release/hoard /hoard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue