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