From 4131f28c977ffb394c6cdcd827731a50ca6ca8c0 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 10 Mar 2024 05:11:59 +0100 Subject: [PATCH] fix --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69cb6cd..d2e10dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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