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 \
|
||||
yt-dlp \
|
||||
aria2 \
|
||||
python3
|
||||
|
||||
RUN python3 -m pip install --break-system-packages mutagen
|
||||
python3 \
|
||||
python-mutagen
|
||||
|
||||
COPY --from=builder /app/target/release/hoard /hoard
|
||||
|
||||
|
|
Loading…
Reference in a new issue