From 3fabb98b2fcbda87a9cd8ca44a219f2dc8d0ec48 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 28 Jan 2023 09:44:20 -0500 Subject: [PATCH] add mp3val --- arm64v8.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index c7a2359..1f05daf 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.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 && \