This commit is contained in:
JMARyA 2024-03-10 05:11:59 +01:00
parent 4bcaf9689f
commit 4131f28c97
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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