From 3c5286c1ff368b022d63aeb25b5c53a0499b4952 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 28 Jan 2023 09:44:01 -0500 Subject: [PATCH] add mp3val --- arm32v7.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/arm32v7.dockerfile b/arm32v7.dockerfile index f60b8c7..86d9f7b 100644 --- a/arm32v7.dockerfile +++ b/arm32v7.dockerfile @@ -34,6 +34,7 @@ RUN \ mkvtoolnix \ sox \ ffmpeg && \ + apk add mp3val --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing && \ echo "************ install python packages ************" && \ pip install --upgrade --no-cache-dir -U \ r128gain && \